Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratik9998/koinx-backend-assignment
This is the backend assignment from KoinX.
https://github.com/pratik9998/koinx-backend-assignment
backend coingecko-api express mongoose node-schedule nodejs
Last synced: 8 days ago
JSON representation
This is the backend assignment from KoinX.
- Host: GitHub
- URL: https://github.com/pratik9998/koinx-backend-assignment
- Owner: pratik9998
- Created: 2025-01-10T14:45:11.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T18:30:28.000Z (16 days ago)
- Last Synced: 2025-01-29T14:18:46.171Z (8 days ago)
- Topics: backend, coingecko-api, express, mongoose, node-schedule, nodejs
- Language: JavaScript
- Homepage: https://koinx-backend-assignment-virid.vercel.app
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoinX-Backend-Assignment
This is the backend assignment from KoinX.- [Assignment Statement](https://koinx.notion.site/KoinX-Backend-Internship-Assignment-119da378a24380e79505e883cd798e1d)
## Deployment Link
- [KoinX Backend Assignment Deployment](https://koin-x-backend-assignment-1htb.vercel.app)## API Endpoints
### Get the Current Stat of Any Coin
To get the current stat of a coin, use the following endpoint:
Example for Bitcoin:
`https://koin-x-backend-assignment-1htb.vercel.app/api/v1/stats?coin=bitcoin`### Get Deviation of a Coin
To get the deviation of a coin, use the following endpoint:
Example for Ethereum:
`https://koin-x-backend-assignment-1htb.vercel.app/api/v1/deviation?coin=ethereum`