Skip to content

tegebu/newsman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsman

(Deno)

Deliver interesting news for you.

Usage

Newsman is Serverless Functions for frontend teams, and it use ▲ Vercel Runtime for 🦕 Deno serverless functions

About Vercel, get started by Importing a Git Project and use git push to deploy. Alternatively, you can install Vercel CLI.

About Deno serverless functions, get started by vercel-deno.

Getting started

  1. Install Vercel CLI
  2. Clone this repository
  3. vercel login
  4. Prepare api key for News API, here
  5. API_KEY=XXX GAS_SCRIPT_ID=XXX vercel dev --local-config=vercel_local.json

Try it. Execute the files in the /api directory:

$ curl -v http://localhost:3000/api/tabletop_games | jq

How to Create a Release

If you have write access to this repository, you can read more about how to publish a release here.