Fetch the current weather with `weather-js` and display in `react-blessed`

Share this video with your friends

Send Tweet

In this lesson we will be adding weather information to our react-blessed Terminal Dashboard using the weather-js node module. This module uses an error-first callback style API, but we'll convert it to a promise with util.promisify so that we can use it via async/await.

Massimiliano Filacchioni
Massimiliano Filacchioni
~ 4 years ago

Cool lesson... but the download link doesn't work. I get an access denied error from CloudFront

Elijah Manor
Elijah Manor(instructor)
~ 4 years ago

Hmm, clicking the "Available on GitHub" button on the Code tab doesn't navigate to the appropriate repo for you?

Massimiliano Filacchioni
Massimiliano Filacchioni
~ 4 years ago

The "Available on GitHub" button works fine, I can't download the video