step 1 : Create a virtual environment
step 2 : pip freeze -r requirements.txt
step 3 : python api.py
strp 4 : open http://127.0.0.1:5000/getTimeStories
shubham2637/times-news-restfulAPI
Flask restful API application which will return me the latest 5 stories on Time.com's when I call it as an API. The URL is https://time.com
Python