Skip to content

gazaskygeeks/example-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API workshop

Simple example using mainly the https://newsapi.org/ API.

Run

To run the code you need to create a config.js file. Inside the file create a variable config.

var config = {
  TEXT_RAZOR_KEY: '<key>',
  NEWS_KEY: '<key>',
};

To get the KEY singup to https://newsapi.org/.

Tests

In order to run the tests open tests/test.html. Remember you need to create a config.js file at the root level (see Run section).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published