You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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."