Skip to content

Commit

Permalink
Add description and image to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Degen-dev committed Mar 17, 2022
1 parent 632b7df commit c778c3d
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
# Ultraviolet-Node
The deployable version of Ultraviolet.
<p align="center">
<img src="https://raw.githubusercontent.com/titaniumnetwork-dev/ultraviolet-static/main/uv.png"
height="200">
</p>

<h1 align="center">
Ultraviolet-Node
</h1>

<p align="center">
The deployable version of Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!
</p>

[![Deploy to Heroku](https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/master/buttons/remade/heroku.svg)](https://heroku.com/deploy/?template=https://github.com/titaniumnetwork-dev/Ultraviolet-Node)
[![Run on Replit](https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/master/buttons/remade/replit.svg)](https://replit.com/github/titaniumnetwork-dev/Ultraviolet-Node)

## Supported Sites
- [Youtube](https://www.youtube.com)
- [Spotify](https://spotify.com)
- [Discord](https://discord.com)
- [Reddit](https://reddit.com)
- [GeForce NOW](https://play.geforcenow.com/) (Partially Supported)

## Table of Contents
- [Installation And Setup](#installation-and-setup)
- [Basic Guide](#basic-guide)
Expand All @@ -20,7 +37,7 @@ Installation of Ultraviolet is simple. You can find a Tl;Dr of the installation
## Basic Guide

```sh
$ git clone --recursive https://github.com/titaniumnetwork-dev/Ultraviolet-Node
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Node --recursive
$ cd Ultraviolet-Node
$ npm install
$ npm start
Expand Down

0 comments on commit c778c3d

Please sign in to comment.