Giter Club home page Giter Club logo

tfl's Introduction

tfl

gif

Setup

Prerequisites

In order to run you will need to get an app id and key by registering here.

You will also need mongodb (available on brew) and gulp globally installed.

Execution

Start your mongodb daemon

$ mongod

or if you installed with brew:

$ brew services start mongodb

You will need to have node 6+ installed

$ nvm use 6

Install dependencies

$ npm i

Then start the app

$ cd src
$ APP_ID=XXX APP_KEY=XXX gulp

Visit localhost:3000 to see it in action.

Terraform

In order to execute the terraform you will need to update the provider block in main.tf to reference your own profile, which can typically be found in ~/.aws/credentials.

You will also need to enter your TfL API credentials into terraform/.credentials with the form

export APP_ID=XXXX
export APP_KEY=XXXX

Once you have done this, cd into terraform/ and run terraform plan and terraform apply.

tfl's People

Contributors

jackharvey1 avatar

Stargazers

 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.