You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.0 KiB

# Onionite
8 years ago
> Explore the Tor network
8 years ago
[![Build Status](https://travis-ci.org/lukechilds/onionite.svg?branch=master)](https://travis-ci.org/lukechilds/onionite)
PWA to view information on the individual nodes that make up the Tor network.
8 years ago
![Screenshot](https://i.imgur.com/VYaVKhm.png)
8 years ago
- Notable mention in the Microsoft 10K Apart competition.
- Progressively enhances all the way from Lynx to Chrome.
- Offline functionality.
- Highly accessible.
- No (frontend) frameworks, just vanilla CSS and JavaScript.
- Page size + all assets < 10k.
- JavaScript not required!
## Credit
Onionite is heavily inspired by [Atlas](https://gitweb.torproject.org/atlas.git) and [Globe](https://github.com/makepanic/globe).
All information is provided by the [Onionoo](https://onionoo.torproject.org) API.
"Tor" and the "Onion Logo" are registered trademarks of The Tor Project, Inc.
8 years ago
## Related
- [`onionoo-node-client`](https://github.com/lukechilds/onionoo-node-client) - Node.js client library for the Tor Onionoo API
8 years ago
## License
MIT © Luke Childs