Two Wheel Hubs is a web application that helps users find bike stations near them. It uses various APIs to fetch real-time data and displays it on a map.
RPReplay_Final1680212774.2.3.mov
- Node.js
- npm
-
Clone the repository
git clone https://github.com/awalwema/twowheelhubs.git
-
Navigate to the project directory
cd twowheelhubs
-
Install dependencies
npm install
Create a .env
file in the root directory and add the following variables:
PORT
: Port number for the server (default is 3000)
-
Start the server
npm start
-
Open your browser and navigate to
http://localhost:3000
- Real-time bike station data
- User geolocation
- Directions to bike stations
Feel free to open issues and pull requests!