RaghuChandrasekaran / trip-o-meter-web

Trip-O-Meter is an app to calculate fuel cost for a trip and provide other helpful things when planning for a trip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trip-O-Meter-Web

Build Status Coverage Status Dependency Status PRs Welcome

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

Features

  • API for fuel prices in India
  • Data ategorised by Metro,Capitals & State
  • Web version of Trip-O-Meter Android App [In Progress]

Documentation

The documentation for API is available at Trip-O-Meter. The documentation is generated with the help of apidocs.

Usage

Example using Javascript

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.

Contribution

Contributions are always welcome!

Please take a moment to review the guidelines for contributing.

Release

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

License

This project is released under MIT license.

Thanks!

About

Trip-O-Meter is an app to calculate fuel cost for a trip and provide other helpful things when planning for a trip.

License:MIT License


Languages

Language:JavaScript 100.0%