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

https://github.com/pgilad/rustputin

A sample Rust web server to see the time in Moscow, Russia
https://github.com/pgilad/rustputin

Last synced: about 1 year ago
JSON representation

A sample Rust web server to see the time in Moscow, Russia

Awesome Lists containing this project

README

          

# rustputin
> A sample Rust web server to see the time in Moscow, Russia

## Install

```sh
# Get latest version of rust
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh

# Clone this repo
$ git clone https://github.com/pgilad/rustputin.git

# Run the server
$ cargo run

# Open your favorite browser and navigate to 127.0.0.1:6767
```

**Notice: This doesn't consider DST, so feel free to adjust or add a PR here**

## License

MIT ©[Gilad Peleg](http://giladpeleg.com)