Trip-O-Meter is an app to calculate fuel cost for a trip and provide other helpful things when planning for a trip.
This repo is the web version of Trip-O-Meter android app & also hosts API for fetching fuel prices.
API created for usage in Trip-O-Meter Android App
- API for fuel prices in India
- Data ategorised by Metro,Capitals & State
- Web version of Trip-O-Meter Android App [In Progress]
The documentation for API is available at Trip-O-Meter. The documentation is generated with the help of apidocs.
const axios=require('axios');
axios.get('https://tripometer.herokuapp.com/cost/IN/metro')
.then(res => console.log(res.data))
Note: This application is hosted in Heroku in a free dyno.Since the app is web dyno,if it receives no traffic in a 30 minute period, the web dyno will sleep.
Contributions are always welcome!
Please take a moment to review the guidelines for contributing.
The codenames for releases are names of Lost or Mythical cities from world history. They are named in alphabetical order and correspond to features of a public release.
The current development branch name is :
Balanjar was a medieval city located in the North Caucasus region, between the cities of Derbent and Samandar, which flourished from the seventh to the tenth centuries CE.
See more - Codenames
This project is released under MIT license.