Skip to content

My own serverless API with several Netlify lambda functions to get data from third party APIs, with CORS enabled.

Notifications You must be signed in to change notification settings

Panda4817/serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Netlify Api

Netlify Status

I needed to request data from a third party News API, which involved an API key. After googling different options, the serverless API system seems to be the best and also gave me an opportunity to learn about something new.

I added a xkcd API that has CORS enabled as the original xkcd API does not have CORS enabled.

I also added an API to fetch the latest Google doodle from the Google doodle API.

I also added an API to fetch a random dad joke from the icanhazdadjoke.com.

All of these APIs are for a chrome extension that replaces the new tab with an informative xkcd themed one instead.

About

My own serverless API with several Netlify lambda functions to get data from third party APIs, with CORS enabled.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published