Stay up to date with current Astronomic events!
https://spacecalendar.netlify.app/
created within a timeframe of 3 weeks as part of the training at Code Academy Berlin using vanillaJS, Space Calendar offers a vintage-computer-style interface for visitors to:
- Learn more about different space related topics
- Browse & Filter through upcoming launches(provided by the Space Devs API)
![]() |
![]() |
|---|
to run locally:
-
Get a NASA APOD API Key at https://api.nasa.gov/
-
Clone the repo
git clone https://github.com/OBenshi/space.git-
create a config.js file
-
Enter your API key in
config.js
const APOD_TOKEN = 'ENTER YOUR API';


