You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
A microservice written in Python with the[Flask micro framework](http://flask.pocoo.org).
4
4
5
5
##NOTES:
6
-
7
6
###Code re-organization has occurred[2020-05-04]!
8
7
Code was reorganized to make it work more easily on AWS's Elastic Beanstalk service.
9
8
@@ -20,15 +19,17 @@ A very large number of people use the instance of this API that NASA has set up.
20
19
####Content Related Issues
21
20
No one watching this repository has anything to do with Astronomy Photo of the Day website, so we're unable to deal with issues directly related to their content. Please contact them directly.
**for full docs and more functions visit the readme of the apod parser by clicking <ahref="apod_parser/apod_parser_readme.md">here</a>**
346
347
348
+
##Deployed <aname="Deployed"></a>
349
+
The deployed version of this API is based on the`eb` branch. The version that was deployed before that is in the`eb_previous` branch. The`master` branch is used as development as that's where most of the pull requests will come into anyways.
350
+
351
+
This API is deployed on AWS using elastic beanstalk due to large number of people who use the service. However, if you're planning on using it just yourself, it is small enough to be stood up on a single micro EC2 or any other small size cloud compute machine.
352
+
347
353
##Feedback <aname="feedback"></a>
348
354
349
355
Star this repo if you found it useful. Use the github issue tracker to give
@@ -355,5 +361,7 @@ feedback on this repo.
355
361
- Please checkout the <ahref="https://github.com/nasa/apod-api/graphs/contributors">contributers</a> to this repository on the righthand side of this page.
356
362
357
363
##Contributing
358
-
We do accept pull requests from the public. Please note that we can be slow to respond. Please be patient. Also, the people with rights on this repository are not people who can debug problems with the APOD website itself. If you would like to contribute, right now we could use some attention to the tests.
364
+
We do accept pull requests from the public. Please note that we can be slow to respond. Please be patient.
365
+
366
+
Also,**the people with rights on this repository are not people who can debug problems with the APOD website itself**. If you would like to contribute, right now we could use some attention to the tests.