Skip to content

Commit

Permalink
placeholder for micro services demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
dudash committed May 1, 2016
1 parent a4321eb commit 62b2569
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dc-metro-map/README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ My developer access token is included in this application - feel free to use it,
### WMATA
The real-time bus locations feature requires an API key. You should signup to get an API key for [WMATA developers here][1]. Using this key, update the routes/index.js file or use the WMATA_API_KEY environment variable.

WARNING: WMAAT changes their public key from time to time, make sure what you are using is the latest at:
WARNING: WMATA changes their public key from time to time, make sure what you are using is the latest at:
[https://developer.wmata.com/demokey][3]

You can see the results of a full query in the file exampledata.json
Expand Down
3 changes: 3 additions & 0 deletions microservices/README-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Microservices Developer Notes
Notes for developers extending or fixing bugs in this sample code.

23 changes: 23 additions & 0 deletions microservices/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Microservices

## What is this?
A simple example of microservices made for running in Open Shift

![Screenshot](./.screens/TBD.png)

## How can I run this?
This app is configured to be deployed and managed via OpenShift. Which means all you'll need to do is click a few buttons and specify some settings.
* If you are using OpenShift Online, [follow instructions here][1]
* If you have OpenShift Enterprise, [follow instructions here][2]
* If you are using this as part of a Red Hat workshop, follow the provided instructions instead

## Notes
None

## License
Under the terms of the [MIT][3].


[1]: https://developers.openshift.com/en/getting-started-overview.html
[2]: https://docs.openshift.com/enterprise/latest/welcome/index.html
[3]: https://opensource.org/licenses/MIT

0 comments on commit 62b2569

Please sign in to comment.