An open API service indexing awesome lists of open source software.

https://github.com/arpit1997/bookcab

A Simple Web App model that lets you book cabs
https://github.com/arpit1997/bookcab

expressjs googleapi maps mongodb nodejs

Last synced: 6 months ago
JSON representation

A Simple Web App model that lets you book cabs

Awesome Lists containing this project

README

          

# BookCab
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/) ![alt text](https://img.shields.io/apm/l/vim-mode.svg "")
[ ![Codeship Status for arpit1997/BookCab](https://app.codeship.com/projects/59d44310-04e9-0136-23bf-26f9c8a90726/status?branch=master)](https://app.codeship.com/projects/280610)

BookCab is a simple webapp which books cab nearest to you.

![alt text](https://raw.githubusercontent.com/arpit1997/BookCab/master/data/sc.png "Logo Title Text 1")

## How to run

- Install node and other dependencies
```
$ nvm install v8.9.3
$ npm install
$ npm run start
```
- Running tests
```
$ npm install --dev
$ npm run test
```

## License
This web app is licensed under [MIT License](https://github.com/arpit1997/BookCab/blob/master/LICENSE)