Skip to content

tjosepo/deno_apod

Repository files navigation

Tests

deno_apod

A JavaScript port of nasa/apod-api made for Deno.

Quick Start

Running locally

Clone this repo and:

deno run --allow-net .\server.ts

To use the API, go to http://localhost:8000/

Deployment

Using Deno Deploy, you can deploy the API for free.

Create a new project, then set the deploy URL to:

https://github.com/tjosepo/deno_apod/blob/main/server.ts