dnlruzzo / nasa-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nasa-api

This small project implements a very specific call to the Feed endpoint available at NASA NeoWs (Near Earth Object Web Service) RESTful web service.

To use this project you need to generate an api key at https://api.nasa.gov/ and setup the generated api key in your user-secrets as the following:

{
  "Nasa": {
    "ApiKey": "YOUR_API_KEY"
  }
}

Technologies

TODO

  • HealthChecks
  • Prometheus
  • Logging
  • Add more tests, both functional and unit tests
  • ...

About


Languages

Language:C# 100.0%