Skip to content

JaySunSyn/medium-stories

Repository files navigation

Build Status Published on webcomponents.org Maintainability

<medium-stories>

A Polymer 2 element which displays the latest stories of your medium account.

screen shot 2018-01-23 at 12 08 59

Demo

<medium-stories url="https://us-central1-todo-app-5ac02.cloudfunctions.net/medium"></medium-stories>

Get the URL

Medium does not offer an API to retrieve your medium stories.

Luckily https://medium.com/@jalalio/latest?format=json returns json.

The problems:

  1. Medium prevents JSON hacking by putting this string in the beginning of the json ])}while(1);</x>
  2. They don't allow cross domain calls so our AJAX response gets rejected in the browser

The solution: See here, I made it easy as pie

About

Polymer 2 element to display a feed of your latest medium.com stories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages