lintcode

1.0.5 • Public • Published

lintcode

How to use

npm install lintcode

Example

get_contest_problems

  • create index.js
     var { get_contest_problems } = require('lintcode');
    
     // hardcode init values
     var problem_index = 30;
    
     get_contest_problems(problem_index).then(function(res) {
     	var problems_names = res;
     	console.log(problems_names);
     	// ... use problems_names
     });
  • run node index.js
  • done

Package Sidebar

Install

npm i lintcode

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

2.16 kB

Total Files

4

Last publish

Collaborators

  • cc189