Skip to content

Little and silly program to demonstrate consuming and serving webservices in deno

License

Notifications You must be signed in to change notification settings

mucori/denodemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration code for deno.

Serves news and weather for Málaga (or the city configured in config.js).

The point is to consume and serve endpoints.

We use opine (a framework imitating Node's express) and fetch (built-in function like the one used in browsers).

Prepare

Copy config.js.in as config.js and fill the api keys.

Run

deno deno run --allow-net --allow-read ./server.js

About

Little and silly program to demonstrate consuming and serving webservices in deno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published