Git Product home page Git Product logo

trip-o-meter-web's Introduction

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!

trip-o-meter-web's People

Contributors

raghuchandrasekaran avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

iihtdevops1

trip-o-meter-web's Issues

Atlantis - Release v1.0.0

Features planned

  • CI Configuration
  • Test Configuration & Coverage
  • Automated Deployments
  • /cost route to fetch fuel prices
  • Tests for /cost
  • Logging
  • Cron-job for scrapping

Balanjar - Release v2.0.0

Features planned

  • Redis cache
  • Web Version Setup
  • Cost Calculation
  • React Integration
  • React router vs server routing approach
  • Build,Test env checks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.