An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-worldtime

[![Build Status](https://travis-ci.org/prabhuignoto/react-worldtime.svg?branch=master)](https://travis-ci.org/prabhuignoto/react-worldtime) [![Maintainability](https://api.codeclimate.com/v1/badges/9bc39d56f41eb744b307/maintainability)](https://codeclimate.com/github/prabhuignoto/react-worldtime/maintainability)
> Know your Timezones better.

![app-front](app-front.png)

## 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