recreationx / oneBus

a bus toolkit for singapore

Home Page:https://one-bus.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

oneBus

a bus stop toolkit for singapore
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

The main focus of this project is to provide a easy-to-use tool to find info about buses in Singapore.

Built With

  • Bootstrap
  • JQuery
  • Flask

Getting Started

The project is built in Python 3.9.2, but is most likely also compatitable with older Python 3 versions.

Prerequisites

  1. Clone the repo
git clone https://github.com/recreationx/oneBus.git
  1. It is recommend to run this within a virtual environment so as to not affect existing Python installations and activate the new virtual environment (command differs depending on OS)
virtualenv env
source /bin/env/activate
  1. Install required packages
pip install -r requirements.txt
  1. A Google Maps JS API key is provided in templates/bustable.html for demo purposes. using your own is recommended.

  2. Run project

python main.py

Usage

Usage is intuitive. Check out the demo to try out.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

NIL

About

a bus toolkit for singapore

https://one-bus.herokuapp.com/


Languages

Language:HTML 51.6%Language:Python 48.3%Language:CSS 0.1%