duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

NodejsRef: Data URL gives 404 #218

Closed sahildua2305 closed 8 years ago

sahildua2305 commented 8 years ago

The data URL mentioned here in the fetch.sh gives 404. https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/nodejs_ref/fetch.sh#L4

Mentioned Data URL - http://nodejs.org/api/all.json

edgesince84 commented 8 years ago

thanks, Sahil

moollaza commented 8 years ago

@sahildua2305 looks like it requires https -- mind updating?

https://nodejs.org/api/all.json

sahildua2305 commented 8 years ago

Done at #232