An easy to use API for retrieving wait times for Disney Parks and attraction information.
docker
$ mv .env.example .env
$ docker-compose up -d
API root will be hosted at localhost:8080.
If you want to change the port you can edit docker-compose.yml
port from 8080 to your liking.
- Lumen
- Redis
- Guzzle
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D