Skip to content

Gets you directions to your destination without Internet!

Notifications You must be signed in to change notification settings

RishabhKodes/mapMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mapMe

About The Project

MapMe is a textual-based navigation service that gives directions on your phone without using the internet. This service doesn’t require the users to have a smartphone.

The backend service of the project mainly uses Flask, Google Maps API and Twilio API.

Getting Started

Installation

  1. Clone the repo
git clone git@github.com:RishabhKodes/mapMe.git
  1. Goto root directory
cd mapMe
  1. Create Virtual env for the project (optional)
python3 -m venv mapme
source mapme/bin/activate
  1. Install pip packages
pip install -r requirements.txt
  1. Set env variables:
export key="GCP_PROJECT_KEY"
export user_agent="GCP PROJECT NAME"
export account_sid = "TWILIO ACCOUNT SID"
export account_token = "TWILIO ACCOUNT TOKEN"
export phone = "TWILIO PHONE NUMBER"
  1. Run the service
python src/app.py

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

Contact Me

Rishabh Bhandari - Website LinkedIn Email

Made with ❤️
by e33or_assasin

About

Gets you directions to your destination without Internet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages