chore(release): releasing with latest updates (#11)

This commit is contained in:
mrugesh mohapatra
2018-06-13 19:19:37 +05:30
committed by GitHub
parent 4d8a91375d
commit a5399361ee
5 changed files with 1922 additions and 715 deletions

View File

@@ -1,10 +1,10 @@
## freeCodeCamp Curriculum
# freeCodeCamp Curriculum
[![Build Status](https://travis-ci.org/freeCodeCamp/curriculum.svg?branch=master)](https://travis-ci.org/freeCodeCamp/curriculum)
[![Build Status](https://travis-ci.org/freeCodeCamp/curriculum.svg?branch=master)](https://travis-ci.org/freeCodeCamp/curriculum) [![npm (scoped)](https://img.shields.io/npm/v/@freecodecamp/curriculum.svg)](https://www.npmjs.com/package/@freecodecamp/curriculum)
This package contains the "seed" files used in the freeCodeCamp Curriculum.
> This package contains the "seed" files used in the freeCodeCamp Curriculum.
### Installation
## Installation
```sh
npm i @freecodecamp/curriculum
@@ -12,15 +12,17 @@ npm i @freecodecamp/curriculum
yarn add @freecodecamp/curriculum
```
### Usage
## Usage
```js
import { getChallenges } from '@freecodecamp/curriculum';
getChallenges() // will provide an array of blocks i.e. basic CSS, functional programming
// fetch an array of blocks
// i.e. basic CSS, functional programming, etc.
getChallenges()
```
#### `block` Structure
### `block` Structure
```js
{
@@ -35,7 +37,7 @@ getChallenges() // will provide an array of blocks i.e. basic CSS, functional pr
}
```
#### `challenge` Structure
### `challenge` Structure
```js
{