Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 516 Bytes

Mantis Toboggan

API Usage

The app is hosted on Heroku running on a single dyno, so expect delay when app is waking up.

$ http GET https://ednamall.herokuapp.com/api # returns showtimes
$ http GET https://ednamall.herokuapp.com/poster/?url=<poster_url> # returns base64 encoding of image

⚠️ The API auto-deletes information on a scraped data after 30 days

Contributions are welcome