Giter VIP home page Giter VIP logo

traintraingo's Introduction

Build status

Train train go

A simplified way to find train departure times in Melbourne, Australia.

Contributing

Fork this repo and make a pull request. Some points to consider:

  • Tests must be passing and updated for any breaking changes
  • Please test this on some real world browsers
  • Consider the feature you are adding and if they add any value

Developing

Install npm packages in client and also api.

cd client && npm i cd api && npm i

Requirements:

Requires your own PTV dev api key and secret. https://www.ptv.vic.gov.au/footer/data-and-reporting/datasets/

Once you have this put your env vars in:

The below files are .gitignored.

api/now.json


{
  "env": {
    "DEV_ID": "@secret-ptv-dev-id",
    "DEV_KEY": "@secret-ptv-dev-key",
    "API_BASE_URL": "https://timetableapi.ptv.vic.gov.au",
    "IS_DEBUG": "true"
  }
}

api/no-secrets.json


{
  "@secret-ptv-dev-id": "1111111",
  "@secret-ptv-dev-key": "11111111-1111-1111-1111-111111111111"
}

Start dev environments:

Will require you to leave terminal windows open for both api and client.

Client:

npm run start:dev

API:

npm run start:dev

traintraingo's People

Contributors

gkweb avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.