Skip to content

zesty-io/zestyscopes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zesty Scopes

Introduction

A project to present horoscope content managed by the Zesty.io Content Management System for delivery to multiple channels:

  • Website (presentation and hosting also by Zesty.io)
  • Amazon Alexa Skill

This also uses Dashbot for analytics.

Webinar

Watch a walkthrough of this codebase and how to use it with Zesty.io CMS in a webinar recording on YouTube.

For more details on the Dashbot analytics integration and platform, watch this webinar recording on YouTube.

API Endpoints

Get all Star Signs

http://zestyscopes.zesty.site/-/custom/starsigns.json

Try it.

Get Star Sign by Name

http://zestyscopes.zesty.site/-/custom/starsign.json?sign=taurus

Try it.

Get all Traits for all Star Signs

http://zestyscopes.zesty.site/-/custom/traits.json

Try it.

Get all Readings for all Star Signs

http://zestyscopes.zesty.site/-/custom/readings.json

Try it.

Get the Mascot for a Star Sign

http://zestyscopes.zesty.site/-/custom/starsignbymascot.json?mascot=The%20Ram

Try it.

Get a Prompt by Key

http://zestyscopes.zesty.site/-/custom/prompt.json?key=welcome

Try it.

Resources