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
- Host: GitHub
- URL: https://github.com/pgilad/rustputin
- Owner: pgilad
- License: mit
- Created: 2015-05-02T09:48:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T17:48:37.000Z (about 11 years ago)
- Last Synced: 2025-02-05T16:15:34.740Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)