Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-server: unable get geocode and forecast using request() in windows #3

Open
AnkitPandey007 opened this issue Mar 16, 2020 · 1 comment

Comments

@AnkitPandey007
Copy link

While accessing via address bar APIs( https://api.mapbox.com/geocoding/v5/mapbox.places/..., https://api.darksky.net/forecast/....) working fine.

While using web-server project code then in request({ url, json: true }, (error, { body} = {}) => {......
body is undefined

Error: connect ETIMEDOUT 13.227.238.179:443

@oxygenroad
Copy link

darksky does not give free access to API development and there is no sing up available anyy more , and by using the same url in teaching course i get the error below { code: 401, error: 'permission denied' } when use the response.body code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants