A REST API for getting current information on mma athletes.
Explore the docs »
Try it yourself
·
Report Bug
·
Request Feature
Table of Contents
This is an MMA API that scraped data from ufc.com, stores it in a Postgres database, and has a node + express api to give information on the athletes.
A supplemental mma-scraping repository is used to configre the database and can be used for much more.
See mma-scraping to get started scraping mma data.
You can use this repo to config the database used in this api.
prereqs
For specific functionly, you will need to add the following environment variables to your .env file
To store scraped information to database (needed to run api locally)
PostgreSQL Database
DB_HOST
DB_PORT
DB_NAME
DB_USER
DB_PASSWORD
If you need help configuring a PostgreSQL database, see documentation
installations
Distributed under the MIT License. See LICENSE for more information.