https://github.com/prabhuignoto/react-worldtime
Know your Timezones better
https://github.com/prabhuignoto/react-worldtime
apollo-client react-timezone react-worldtime reactjs timezones unstated
Last synced: about 2 months ago
JSON representation
Know your Timezones better
- Host: GitHub
- URL: https://github.com/prabhuignoto/react-worldtime
- Owner: prabhuignoto
- Created: 2018-11-13T06:58:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T10:19:02.000Z (over 3 years ago)
- Last Synced: 2025-04-05T00:42:27.090Z (6 months ago)
- Topics: apollo-client, react-timezone, react-worldtime, reactjs, timezones, unstated
- Language: TypeScript
- Homepage: http://worldtime.netlify.com
- Size: 3.81 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-worldtime
[](https://travis-ci.org/prabhuignoto/react-worldtime) [](https://codeclimate.com/github/prabhuignoto/react-worldtime/maintainability)
> Know your Timezones better.
## Development setup
This is a Monorepo comprising of both the Front end app as well as a miniature server that pulls the timezone information. The server is powered by [worldtimeapi.org](http://worldtimeapi.org/).
> Start the server
```sh
cd ./server
yarn install
yarn run dev
```> Start the frontend App
```sh
cd ./client
yarn install
yarn run start
```## Release History
* 0.0.1
* First Release## Meta
Your Name – [@prabhumurthy2](https://twitter.com/prabhumurthy2) – prabhu.m.murthy@gmail.com
Distributed under the MIT license. See ``LICENSE`` for more information.
[https://github.com/prabhuignoto](https://github.com/prabhuignoto/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/prabhuignoto/react-worldtime.svg?branch=master
[cc-image]: https://api.codeclimate.com/v1/badges/9bc39d56f41eb744b307/maintainability
[cc-url]: https://codeclimate.com/github/prabhuignoto/react-worldtime/maintainability