This repo is now stagnant and remains for the old version of ESFiddle. ESFiddle is being redesigned here https://github.com/esfiddle/site. At some point soon we will start creating an API for the new site. At the moment though, we are not accepting PR's on this repo. If you're a previous contributor or just looking to join a new project then feel free to grab an issue from there or reach out on Gitter.
The ESFiddle API used by the ESFiddle site (https://esfiddle.net) This project is a heavy work in progress. Please take a look at the issues, as this is a new project, there is lots of low hanging fruit, so dive in! We are looking for contributors and maintainers.
# Clone the repo
$ git clone git@github.com:esfiddle/api.git esfiddle-api
# Go into the repo
$ cd esfiddle-api
# Install the dependencies and build for the first time
$ npm i && npm run build
# Setup the environment
# The default values should work fine, but edit them in the .env to make any changes
$ cp .env.example .env
# Start the project!
$ npm start
# Test
$ npm test
Create .env file in root directory using .env.example file.
You can find our swagger documentation at https://api.esfiddle.net/docs
Check our the contribution guide here: https://github.com/esfiddle/site/blob/master/docs/CONTRIBUTE.md