Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 22, 2014
1 parent 55d86d6 commit 82d1161
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,22 @@
## name of project
## Road Trip
### Code Badges
build status icon
coverage status icon
[![Build Status](https://travis-ci.org/ABarnhard/road-trip.svg)](https://travis-ci.org/ABarnhard/road-trip)
[![Coverage Status](https://coveralls.io/repos/ABarnhard/road-trip/badge.png)](https://coveralls.io/r/ABarnhard/road-trip)

### About
write a description about your project
A road trip management application

### Models
```
Model 1
prop-a
prop-b
.classMethod-c
#instanceMethod-d
Trip
```

```
Model 2
prop-e
prop-f
.classMethod-g
#instanceMethod-h
Stop
```

### Features
- feature 1
- feature 2
- feature 3
- OOP

### Running Tests
```bash
Expand All @@ -35,7 +25,7 @@ $ npm test
```

### Contributors
- [Chyld Medford](https://github.com/chyld)
- [Adam Barnhard](https://github.com/abarnhard)

### License
[MIT](LICENSE)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "template",
"name": "road-trip",
"version": "0.0.0",
"description": "Node.js/Express Template",
"description": "A road trip management app",
"main": "app/index.js",
"directories": {
"test": "test"
Expand All @@ -22,14 +22,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nss-cohort-2014-06-07/template"
"url": "https://github.com/abarnhard/road-trip"
},
"author": "Chyld Medford <chyld.medford@gmail.com>",
"author": "Adam Barnhard <admbarn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nss-cohort-2014-06-07/template/issues"
"url": "https://github.com/abarnhard/road-trip/issues"
},
"homepage": "https://github.com/nss-cohort-2014-06-07/template",
"homepage": "https://github.com/abarnhard/road-trip",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.6.5",
Expand Down

0 comments on commit 82d1161

Please sign in to comment.