This is a Syntaxe enabled express.js app

npm install syntaxe-express
The following endpoints are available in the application, and can be queried using the conventions described in the Syntaxe Documentation.
App Users
Endpoint - /api/app-users
Description - Returns a randomly generated list of users
Github Users
Endpoint - /api/github-users
Description - Returns a list of github users gotten from https://api.github.com/users
Countries
Endpoint - /api/countries
Description - Returns a list of countries gotten from https://github.com/dr5hn/countries-states-cities-database
Countries and States
Endpoint - /api/countries-states
Description - Returns a list of countries and their states gotten from https://github.com/dr5hn/countries-states-cities-database
Countries, States and Cities
Endpoint - /api/countries-states-cities
Description - Returns a list of countries, their states and cities https://github.com/dr5hn/countries-states-cities-database
Please check out https://github.com/SyntaxeQL for more information on the Syntaxe Data Query Library.