Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 2.89 KB

README.md

File metadata and controls

51 lines (29 loc) · 2.89 KB

Code Climate Test Coverage bitHound Score bitHound Dependencies Codecrystal

LX Data

Please find our application here:

http://lxdata.herokuapp.com/

Who?

You thought LX Riddle ❓ was the finale. You were so so wrong.

From the same team who brought you such hits as LX News 📰 and LX Search 🔍, Liberty-X, a team in the 6th iteration of the Founders & Coders academy, brings you LX Data.

Our crack team is formed of members Justen Barget, Rachel Black, Huw Davies and Ruth Uwemedimo.

What?

LX Data will be a data visualisation page where you can search tube lines and explore data supplied by the TFL API. We are conducting this project during the 6th week of the course, the focus of which is front-end design.

Why?

We are exploring the use of data visualisation libraries such a D3 and Chart.js on our web page. We will be reinforcing our knowledge of handling APIs, since we will be using the TFL's one for this project. We have previously used Instagram's and the Guardian's APIs here.

Whiteboard wireframes!

whiteboard

Our search bar will take a valid tube line as an input which will query the TFL API.

Our 'Tab 1 Content' will be a 'tube-crystal', which will display the interlinked stations of a searched tube line. To see what we ripped off were inspired by, look here.

Our 'Tab 2 Content' will be a comparison graph of the 5 largest stations on the given tube line, in a similar fashion to the 'Github compare' graph on the FAC6 readme found here.

Dependencies

Dev Dependencies

  • Tape (backend testing)
  • Shot (backend testing)
  • Istanbul (Tests quality of code)
  • Codeclimate (Badge at top of page!)

Testing

For backend testing, please download our repo and run our backendTest.js file, having used the command npm install to download our dependencies shown above.