Updated Readme

This commit is contained in:
GloriousCode
2017-09-28 16:45:01 +10:00
parent 009f4e5374
commit cf2ca30daa
3 changed files with 18 additions and 14 deletions

View File

@@ -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
@@ -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
@@ -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|

4
web/package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "1.6.1",
"name": "gocryptotrader-web",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -6,14 +6,16 @@
"author": {
"name": "Scott",
"email": "scott@gloriousedge.com",
"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": "maxime.gris@gmail.com",
"github": "https://github.com/maximegris/"
}],
"contributers": [
{
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com",
"github": "https://github.com/maximegris/"
}
],
"keywords": [
"angular",
"electron",