https://github.com/esfiddle/api
The ESFiddle API
https://github.com/esfiddle/api
api ecmascript es2015 esfiddle typescript
Last synced: about 1 month ago
JSON representation
The ESFiddle API
- Host: GitHub
- URL: https://github.com/esfiddle/api
- Owner: esfiddle
- Created: 2018-05-17T21:33:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T20:32:02.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T09:22:13.403Z (about 2 years ago)
- Topics: api, ecmascript, es2015, esfiddle, typescript
- Language: TypeScript
- Homepage: https://api.esfiddle.net/docs
- Size: 3.27 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESFiddle API
******
**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.**
******[](https://greenkeeper.io/)
[](https://travis-ci.org/esfiddle/api)
[](https://gitter.im/esfiddle/Lobby)
[](http://makeapullrequest.com)
[](http://www.firsttimersonly.com/)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.## Setup
```sh
# Clone the repo
$ git clone [email protected]: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
```## Configuration
Create **.env** file in root directory
using **.env.example** file.## Documentation
You can find our swagger documentation at https://api.esfiddle.net/docs## Contributing
Check our the contribution guide here: https://github.com/esfiddle/site/blob/master/docs/CONTRIBUTE.md