/postsAPI

Get the currently most popular posts of reddit.com as an API in your browser

Primary LanguagePython

Popular Posts

Get the currently most popular posts of reddit.com as an API in your browser:

  • Start the program with
python postsAPI.py
  • In your browser, call
http://127.0.0.1:5000/posts?name=reddit.com

This is my program using flask to create a Web-API.