tomhodgins / resources-api

A simple repository containing various resources that the community recommends.

Home Page:https://codesupport.github.io/resources-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple repository containing various resources that the community recommends.

https://codesupport.github.io/resources-api/


Languages

Language:HTML 100.0%