Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 910 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 910 Bytes

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
        }
    ]
}