Skip to content

Commit 62b2569

Browse files
committed
placeholder for micro services demo code
1 parent a4321eb commit 62b2569

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

dc-metro-map/README-dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ My developer access token is included in this application - feel free to use it,
88
### WMATA
99
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.
1010

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

1414
You can see the results of a full query in the file exampledata.json

microservices/README-dev.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Microservices Developer Notes
2+
Notes for developers extending or fixing bugs in this sample code.
3+

microservices/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Microservices
2+
3+
## What is this?
4+
A simple example of microservices made for running in Open Shift
5+
6+
![Screenshot](./.screens/TBD.png)
7+
8+
## How can I run this?
9+
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.
10+
* If you are using OpenShift Online, [follow instructions here][1]
11+
* If you have OpenShift Enterprise, [follow instructions here][2]
12+
* If you are using this as part of a Red Hat workshop, follow the provided instructions instead
13+
14+
## Notes
15+
None
16+
17+
## License
18+
Under the terms of the [MIT][3].
19+
20+
21+
[1]: https://developers.openshift.com/en/getting-started-overview.html
22+
[2]: https://docs.openshift.com/enterprise/latest/welcome/index.html
23+
[3]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)