Skip to content

Commit

Permalink
Updates to UI and API READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Freeman committed Aug 22, 2018
1 parent e331d38 commit b6c1abc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2,415 deletions.
15 changes: 15 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# JavaScript Framework Roulette API

## Available Endpoints

`/random` - Returns a randomly-chosen framework from the `frameworks.json` list


## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the API in the development mode.<br>
Open [http://localhost:5001](http://localhost:5001) to view it in the browser.
3 changes: 3 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"private": true,
"dependencies": {
"express": "^4.16.3"
},
"scripts": {
"start": "node ."
}
}
Loading

0 comments on commit b6c1abc

Please sign in to comment.