Giter Club home page Giter Club logo

project2-proposal's Introduction

What is your application?

  1. Problem:
  • The need for biking to slowly enjoy the cities are increasing
  • Bikes station are scattered everywhere, and tourists need to know the closest one to be there as soon as possible
  1. Solution:
  • Show the nearest city bike station when the user inputs the address/zip code/ coordinates and also return the station information

What 3rd party API are you going to use?

Tentative Technology:

Calculate distance based on the coordinates Return the closest available bikes and docks Having multiple filters (name, system, company, etc.)

Wireframe

Wireframe

Expected roadblocks

  • Time (of course)
  • Other/Overdue assignment to do until the 30th (Thursday)
  • Work at the current startup and Scrum certificate lesson daily
  • Job applications

Timeframe/Schedule

  • Tuesday, Wednesday, Friday: design the application's logic
  • Saturday, Sunday: design the app's visualization

Sample API block

Capital BikeShare instantiation data is in bixi.json file `>>> capital_bikeshare = pybikes.get('capital-bikeshare')

  • The instance contains all possible metadata regarding this system

print(capital_bikeshare.meta) `{ 'name': 'Capital BikeShare', 'city': 'Washington, DC - Arlington, VA', 'longitude': -77.0363658, 'system': 'Bixi', 'company': ['PBSC'], 'country': 'USA', 'latitude': 38.8951118 }

  • The update method retrieves the list of stations

print(len(capital_bikeshare.stations)) 0 capital_bikeshare.update() print(len(capital_bikeshare.stations)) 191 print(capital_bikeshare.stations[0]) --- 31000 - 20th & Bell St --- bikes: 7 free: 4 latlng: 38.8561,-77.0512 extra: { 'installed': True, 'uid': 1, 'locked': False, 'removalDate': '', 'installDate': '1316059200000', 'terminalName': '31000', 'temporary': False, 'name': '20th & Bell St', 'latestUpdateTime': '1353454305589' }

project2-proposal's People

Contributors

minhdang10 avatar

Watchers

 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.