A bare-bones homebrew implementation of the Caribbean Cinemas API, being built in TypeScript using web scrapers. An official API exists, this is just a fun exercise. For personal use only.
Note: Since the data for this API is being obtained by scraping the web page, it is not expected to be accurate forever. In fact, new data will be unobtainable once the web page changes, at least until the scrapers get updated to compensate. In any case, this is a toy project and should be treated as such.
yarn serve
yarn tasks get-movie-theatres --persist
yarn tasks get-now-showing
yarn tasks get-coming-soon --persist
yarn tasks add-movie-runs --persist
- General
- Logging
- Throttling
- Versioning
- JSONAPI Schema Serialization
- Documentation
- Server side caching
- Task Scheduling using Heroku Scheduler
- Pagination
- 100% Test Coverage
-
A
Maintainability Rating - TravisCI Deployment