Skip to content

This is a web application that displays news of various cities of India at their locations on the map

License

Notifications You must be signed in to change notification settings

prateek-parashar/NewsMap

Repository files navigation

NewsMap

This project is a web app that displays news of the selected region on a map. The user can search for regions using City, State and pincode.

Sample Shot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Technlogies Used

Python 

Flask

Sqlite3

JavaScripst

JSON

Ajax

Jinja2

HTML

CSS

Installing

A step by step series of examples that tell you how to get a development env running

It is recommended to use a virtual environment to add these packeges to avoid conflict.

Installing cs50 library

pip install cs50

The above library gives you the necessary frameworks and dependencies.

Installing the database management

pip install Flask-SQLAlchemy

Install astroid

pip install astroid

Configuring

Google Maps offers an API that allows you to embed Google’s maps into your own web apps.

Head over to https://developers.google.com/maps/documentation/ to get your API key.

  • In you terminal execute :
export API_KEY=value

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • This project is a refined version of the cs50 pset Mashup, completed by the author when he pursued the course via edX

About

This is a web application that displays news of various cities of India at their locations on the map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published