Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriousCode committed Sep 28, 2017
1 parent 009f4e5 commit cf2ca30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
12 changes: 7 additions & 5 deletions web/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## GoCryptoTrader website
A website interface to interact with the main GoCryptoTrader application. It is developed with Angular 4 with support for Electron

##This is still in active development
## This is still in active development
You can track ideas, planned features and what's in progresss on this Trello board: [https://trello.com/b/ZAhMhpOy/gocryptotrader](https://trello.com/b/ZAhMhpOy/gocryptotrader).

## Current Features
Expand All @@ -14,7 +14,7 @@ A website interface to interact with the main GoCryptoTrader application. It is



Install dependencies with npm :
## Install dependencies with npm :

``` bash
npm install
Expand Down Expand Up @@ -59,9 +59,11 @@ You can run tests with the command lines below :
- **in another terminal window** -> Then, launch Protractor (E2E framework): `npm run e2e`

# Contributors
|[GloriousCode](https://github.com/gloriouscode)|
|[Maxime GRIS](https://github.com/maximegris)|
|[Shazbot](https://github.com/shazbert)|
|User|Github|Contribution|
|--|--|--|
|GloriousCode|https://github.com/gloriouscode |Lead front-end|
|Maxime GRIS|https://github.com/maximegris |Angular4 + Electron Base|
|Shazbert|https://github.com/shazbert |Initial designs|



Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"author": {
"name": "Scott",
"email": "[email protected]",
"github":"https://github.com/gloriousCode/",
"website":"https://www.gloriousedge.com"
"github": "https://github.com/gloriousCode/",
"website": "https://www.gloriousedge.com"
},
"contributers": [{
"name": "Maxime GRIS",
"email": "[email protected]",
"github": "https://github.com/maximegris/"
}],
"contributers": [
{
"name": "Maxime GRIS",
"email": "[email protected]",
"github": "https://github.com/maximegris/"
}
],
"keywords": [
"angular",
"electron",
Expand Down

0 comments on commit cf2ca30

Please sign in to comment.