Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

pawlobanano/NASA-Astronomy-Picture-of-the-Day-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogo Space

A service for getting images URL from NASA Astronomy Picture of the Day API.

docs/

Includes a Postman collection.

Environment variables

To override config variables (from app.env file), set the environment values to be different than:

export PORT=8080
export API_KEY=DEMO_KEY
export CONCURRENT_REQUESTS=5

Makefile

  • Run server

    make server
  • Run tests

    make test
  • Run server from a docker container

    make serverfromdocker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks