Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Cloudoki/fapi

Repository files navigation

The FineCast restAPI

The Finecast API is based on python 3 & Flask.

Install

To install the server, please execute the following from your preferred cwd:

Clone repo

cd ~
git clone https://github.com/Cloudoki/finecast-api.git fapi

Move to fapi and install the dependencies

cd fapi
pip3 install -r requirements.txt

Create the .env file and populate

cp .env.example .env
nano .env

Run

To run the server, please execute the following from the root env directory:

cd ../
python3 fapi

and open your browser:

http://localhost:5000/v1

About

The Finecast API is based on python 3 & Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages