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

https://github.com/starc007/newsapp

A news application using django
https://github.com/starc007/newsapp

Last synced: 8 months ago
JSON representation

A news application using django

Awesome Lists containing this project

README

          

# newsApp
A news application using django using newsapi

get your API here www.newsapi.org

install django
-->pip install django

install newsapi
-->pip install newsapi-python

to run
-->python manage.py runserver