README
¶
forex-clock
An API of the world FOREX markets.
- Foreign Exchange Market (FOREX) a global decentralized or over-the-counter (OTC) market for the trading of currencies. This market determines the foreign exchange rate. It includes all aspects of buying, selling and exchanging currencies at current or determined prices.
Exchanges
Forex trading hours and status
- Sydney (Australian Eastern Daylight Time - AEST) UTC/GMT +10 hours
- Tokyo (Japan Standard Time - JST) UTC+9 hours
- London (British Summer Time - BST) UTC/GMT +1 hour
- New York (Eastern Daylight Time - EDT) UTC -5:00 / -4:00
APIs
- World Clock API - A source for the current time in a time zone.
- TimeZoneDB - Free time zone database for cities of the world
Sentiment Indicators
Sentiment indicator refers to a graphical or numerical indicator designed to show how a group feels about the market or economy.
CBOE Volatility Index (VIX)
The fear index, it spikes when investors purchase a significant amount of put options to protect their portfolios - investors who buy put options believe the price of the underlying stock will fall.
Doomsday Clock
From the Bulletin of the Atomic Scientists who engages science leaders, policy makers, and the interested public on the topics of nuclear risk, climate change, and disruptive technologies.
Hedonometer
An instrument that measures the happiness of large populations in real time.
Documentation
Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
config package handles setting up, parsing, and storing all configuration settings for the application.
|
config package handles setting up, parsing, and storing all configuration settings for the application. |
database implementations db package contains all database implementations this application will need sc-db defines interaction with the SoulCycle central database
|
database implementations db package contains all database implementations this application will need sc-db defines interaction with the SoulCycle central database |
helpers package contains helper functions and structs to use throughout the application responses contains standard response functions to use within HTTP handlers
|
helpers package contains helper functions and structs to use throughout the application responses contains standard response functions to use within HTTP handlers |
server package - HTTP server functionality within application routes.go - all routes within server The server package contains all code relating to the HTTP server used within the application
|
server package - HTTP server functionality within application routes.go - all routes within server The server package contains all code relating to the HTTP server used within the application |
middleware
middleware of the HTTP server The logger middleware adds logging support to every request middleware of the HTTP server middleware of the HTTP server The pre-flight middleware adds common response headers to requests middleware of the HTTP server The recovery middleware attempts to recover from panics that occur within the request execution chain middleware of the HTTP server Checks for and normalizes an API version for each request
|
middleware of the HTTP server The logger middleware adds logging support to every request middleware of the HTTP server middleware of the HTTP server The pre-flight middleware adds common response headers to requests middleware of the HTTP server The recovery middleware attempts to recover from panics that occur within the request execution chain middleware of the HTTP server Checks for and normalizes an API version for each request |