Bläddra i källkod

Update README.md

Matt Coles 9 år sedan
förälder
incheckning
92a6a8bd49
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      README.md

+ 6 - 6
README.md

1
 # uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
1
 # uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
2
 
2
 
3
-Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge.
3
+Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge. Unit tests exist for each route with a :white_check_mark: by its name.
4
 
4
 
5
 ![HTTPS Screenshot](http://i.imgur.com/HUOTv2o.png "HTTPS Hello World")
5
 ![HTTPS Screenshot](http://i.imgur.com/HUOTv2o.png "HTTPS Hello World")
6
 
6
 
10
     * [Testing](#testing)
10
     * [Testing](#testing)
11
 * [API](#api)
11
 * [API](#api)
12
     * __Misc__
12
     * __Misc__
13
-        * [/hello/:name/](#helloname)
13
+        * [/hello/:name/](#helloname) :white_check_mark:
14
     * __User__
14
     * __User__
15
-        * [/user/register/](#userregister)
16
-        * [/user/auth/](#userauth)
17
-        * [/user/view/](#userview)
18
-        * [/user/view/:user](#userviewuser)
15
+        * [/user/register/](#userregister) :white_check_mark:
16
+        * [/user/auth/](#userauth) :white_check_mark:
17
+        * [/user/view/](#userview) :white_check_mark:
18
+        * [/user/view/:user](#userviewuser) :white_check_mark:
19
     * __Society__
19
     * __Society__
20
         * [/society/create/](#societycreate)
20
         * [/society/create/](#societycreate)
21
         * [/society/view/](#societyview)
21
         * [/society/view/](#societyview)