Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomholford/dashboard
New Tab replacement webapp with international weather, news, and time
https://github.com/tomholford/dashboard
firebase javascript mobx mobx-react react weather
Last synced: about 1 month ago
JSON representation
New Tab replacement webapp with international weather, news, and time
- Host: GitHub
- URL: https://github.com/tomholford/dashboard
- Owner: tomholford
- Created: 2018-01-14T21:24:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:24:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T11:16:49.177Z (over 1 year ago)
- Topics: firebase, javascript, mobx, mobx-react, react, weather
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Friends Dashboard
![image](https://user-images.githubusercontent.com/16504501/45583993-c5e14680-b880-11e8-902e-009d8e5f3d42.png)
With today's technology nothing can keep friends apart. Even if they are located on opposite sides of the world, there are numerous technologies that can put them directly in contact with one another.
Let's say one friend is living in Tokyo and the other in San Francisco; whenever they talk they tend to ask how the weather is, the latest regional news, etc. Instead of repetitively asking for this information directly from each other why not just have a page that puts all this information into one aggregated space - a dashboard!
## Widget Ideas
* Current weather
* Weather forecast
* Time
* Currency exchange rate
* Stocks
* Articles (Drudge, Japan Today, etc)
* Word of the day (different languages)## Develop
[Yarn](https://yarnpkg.com/en/) and [Parcel](https://parceljs.org/) are used for development and deployment.
```bash
yarn global add parcel-bundler
yarn # install deps
yarn start # start dev server, visit the link shown in terminal
```## Deploy
By default, the `yarn deploy` command is configured to deploy to [Firebase](https://www.firebase.com).
```bash
yarn build # optimized for production
yarn deploy # deploy to your hosting provider
```## Contributing
* Fork this repo
* Hack hack hack
* Open a PR :)