2.0.0 • Published 4 years ago

appybee-website v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Appybee-website

This application is used to generate an website for clients of appybee.

How to use it

First install the package:
npm i appybee-website
yarn add appybee-website

Make available for the following routes:

  • Home /
  • Services /diensten
  • Messages /berichten
  • Employees /medewerkers

Import the compontent:
import Appybee from 'appybee'

Use the component:
<Appybee companyApiKey={"#apiKey"} />

Required cnd links

Google maps Api key not included, ask if needed

<script src="https://maps.googleapis.com/maps/api/js?key=APIKEY" async="" defer=""></script>

MPA Booking widget

<script src="https://cdn.jsdelivr.net/npm/mpa-booking-widget"></script>

Font Awesome

<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all">
<script src="https://kit.fontawesome.com/81e8e26547.js"></script>

If there are any problems please contact me.