/resources-api

A simple repository containing various resources that the community recommends.

Primary LanguageHTML

CodeSupport Resources API

About

A simple repository containing various resources that the community recommends.

Adding Resources

  1. Fork this repository
  2. In the correct JSON file add your resource using the following format:
    {
        "name": String,
        "description": String,
        "url": String,
        "free": Boolean,
        "tags": String[]
    }
  3. Create a pull request back into this repository