Skip to content

factorysh/demo_api_mashup_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo of api mashup with node

The mashup part

Dummy REST API that mix text analysis and illustrations services.

Go get your own API keys:

Export them as Env :

export DANDELION_TOKEN=YOUR_OWN_TOKEN
export GIPHY_TOKEN=YOUR_OWN_GIPHY_TOKEN
export SECRET=SOMETHING_RANDOM

And launch tests:

cd services/illustrate_that_for_me
yarn test

The big picture

           +---------+   +------------------------+
browser -->| Ingress |   | illustrate_that_for_me +--> Giphy REST
           | (Nginx) +-->| (Nodejs)               +--> Dandelion REST
           |         |   +------------------------+
           |         |
           |         |   +-------+
           |         +-->| cms   |
           |         |   | (PHP) |
           +---------+   +-------+

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published