Endpoint exposed at GET /carbon-offset-schedule
. Endpoint returns a JSON response with an array of recurring dates
- the dates are sorted by ascending order
- the dates are in ISO 8601 format YYYY-MM-DD
- if a given month doesn't have enough days, uses the last day of the month.
- return a 400 if the request has invalid parameters
- Laravel
To get a local copy up and running follow these simple steps.
- php 7.4
- composer
- Clone the repo
git clone https://github.com/shorif2000/tickr-carbon-offset.git
- Install packages
cd tickr-carbon-offset composer update
- Run server locally
php artisan serve &
-
Get next 5 months membership schedule dates
curl -X GET "http://127.0.0.1:8000/api/carbon-offset-schedule?subscriptionStartDate=2021-01-07&scheduleInMonths=5"
-
To run tests
php artisan test --testsuite=Feature
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Sharif Uddin
Project Link: https://github.com/shorif2000/tickr-carbon-offset