-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 1.2 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 1.2 KB
1
2
3
4
5
6
{
"name": "Availability-widget",
"tagline": "Webcomponent based widget for CampgroundBooking.com availablity",
"body": "# CampgroundBooking Availability Widget\r\n\r\nWidget to check the availability of a campsite/campground through CampgroundBooking.com.\r\n\r\n## Installation\r\n\r\n```sh\r\nnpm i @campgroundbooking/availability-widget\r\n```\r\n\r\n## Usage\r\n\r\n```html\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n <meta charset=\"UTF-8\">\r\n <title>CampgroundBooking availability</title>\r\n <script src=\"campgroundbooking-widget.js\"></script>\r\n</head>\r\n<body>\r\n <campgroundbooking-widget theme=\"blue\"></campgroundbooking-widget>\r\n</body>\r\n</html>\r\n```\r\n\r\n### Options\r\n\r\n* _theme_ - A theme to load (e.g. green, red, blue, gold)\r\n* _client-id_ - Your campground booking client id\r\n* _campground_ - The id of the campground to check\r\n* _site_ (optional) - The id of a site to check, if no site given checks the whole campground\r\n* _server_ (optional) - The campground booking server to connect to (default https://app.campgorundbooking.com)\r\n\r\n\r\n## License\r\n\r\nMIT\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}