Help with forimastic's Api in Code pen

I am building a Random Quote Machine. The code is working on Atom IDE but code pen is not supporting that.
My link for Api is :
'http://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=json
Is this correct?
I also tried:
'https://crossorigin.me/https://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=json
and also:
'https://crossorigin.me/http://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=json

@nibukdk hi, I’m a noob here. For some reason, crossorigin also stopped working for me. I am now using cors-anywhere.herokuapp.com instead of crossorigin.me and it works fine.