Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradgarropy/adobe-weather
🌡 adobe interview question - weather
https://github.com/bradgarropy/adobe-weather
adobe eslint interview jest nextjs open-weather prettier react typescript vercel weather
Last synced: about 1 month ago
JSON representation
🌡 adobe interview question - weather
- Host: GitHub
- URL: https://github.com/bradgarropy/adobe-weather
- Owner: bradgarropy
- License: mit
- Created: 2021-08-28T17:03:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T03:39:48.000Z (about 3 years ago)
- Last Synced: 2024-05-17T02:58:07.195Z (6 months ago)
- Topics: adobe, eslint, interview, jest, nextjs, open-weather, prettier, react, typescript, vercel, weather
- Language: TypeScript
- Homepage: https://adobe-weather.vercel.app
- Size: 333 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# 🌡 adobe weather
_During an interview with [Adobe][adobe], I was asked to fetch and show the weather using Adobe's in house component library._
[![vercel][vercel-badge]][vercel]
[![github actions][github-actions-badge]][github-actions]
[![codecov][codecov-badge]][codecov]
[![contributing][contributing-badge]][contributing]
[![contributors][contributors-badge]][contributors]
[![discord][discord-badge]][discord]## ❓ question
Using [React][react] and Adobe's [React Spectrum][spectrum], fetch and display the weather based on a user provided zip code. Use [OpenWeatherMap][open-weather] to retrieve the weather data.
## 🤔 assumptions
For the purposes of this exercise, I assumed we were only interested in the temperature information.
## 💀 execution
```bash
git clone https://github.com/bradgarropy/adobe-weather.git
cd adobe-weather
npm install
npm start
```## ✨ contributors
[vercel]: https://vercel.com/bradgarropy/adobe-weather
[vercel-badge]: https://img.shields.io/github/deployments/bradgarropy/adobe-weather/production?label=vercel&style=flat-square
[github-actions]: https://github.com/bradgarropy/adobe-weather/actions
[github-actions-badge]: https://img.shields.io/github/workflow/status/bradgarropy/adobe-weather/%F0%9F%A7%AA%20test?style=flat-square
[codecov]: https://app.codecov.io/gh/bradgarropy/adobe-weather
[codecov-badge]: https://img.shields.io/codecov/c/github/bradgarropy/adobe-weather?style=flat-square
[contributing]: https://github.com/bradgarropy/adobe-weather/blob/master/contributing.md
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
[contributors]: #-Contributors
[contributors-badge]: https://img.shields.io/github/all-contributors/bradgarropy/adobe-weather?style=flat-square
[discord]: https://bradgarropy.com/discord
[discord-badge]: https://img.shields.io/discord/748196643140010015?style=flat-square
[adobe]: https://www.adobe.com
[react]: https://reactjs.org
[spectrum]: https://react-spectrum.adobe.com
[open-weather]: https://openweathermap.org