API for Trader Joe to calculate TVL, APR, APY and much more
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a project submission for Moralis + Avalanche Hackathon. The task was to create a set of APIs to calculate APY, APR ,and TVL for Trader Joe's Platform. The joe-api-v2 has following features -
- Versioning support currently has v1 and v2 API paths.
- Backward compatible with joe-api. All the joe-api APIs are available at https://joe-api-v2.herokuapp.com/v1/.
- All the new APIs are available at - https://joe-api-v2.herokuapp.com/v2/.
- Awesome API documentation available here - Postman Documentation
- Always returns a json object in response.
- Have rate limiting configuration. Each user/IP can make 1000 API calls in 15 mins.
- Implemented caching to provide a blazing-fast response.
- The cache is auto-updated once the data is expired by timely jobs.
- Build with typescript for a better developer experience.
- Has a great logging feature to debug the production app.
To get a local copy up and running follow these simple steps.
-
Nodejs (14.x or higher)
-
yarn
npm install --global yarn
-
Clone the repo
git clone https://github.com/viral-sangani/joe-api-v2
-
Install NPM packages
yarn
-
Start the API server
yarn start
-
Refer documentation for testing endpoints
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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.txt
for more information.
Viral Sangani - @viral_sangani - viral.sangani2011@gmail.com
Project Link: https://github.com/viral-sangani/joe-api-v2
List of resources I find helpful and would like to give credit to.