Skip to content

Node.js REST API to get medium posts from specific user by param @username

License

Notifications You must be signed in to change notification settings

marcoshmendes/medium-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medium-posts

Node.js REST API to get medium posts from specific user by param @username

Example of response

{
    "status": "success",
    "data": [
        {
            "title": "Esvazie a mala",
            "description": "",
            "link": "https://medium.com/@marcoshmendes/esvazie-a-mala-67078c6a0edd?source=rss-eba73ecf9dd2------2",
            "url": "https://medium.com/@marcoshmendes/esvazie-a-mala-67078c6a0edd?source=rss-eba73ecf9dd2------2",
            "created": 1505402507000
        },
        {
            "title": "Uma coisa de cada vez",
            "description": "",
            "link": "https://medium.com/@marcoshmendes/uma-coisa-de-cada-vez-f08f86d91c85?source=rss-eba73ecf9dd2------2",
            "url": "https://medium.com/@marcoshmendes/uma-coisa-de-cada-vez-f08f86d91c85?source=rss-eba73ecf9dd2------2",
            "created": 1504153952000
        }
    ]
}

About

Node.js REST API to get medium posts from specific user by param @username

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages