Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including dongnelibrary with all npm packages installed. Try it out:

const dl = require('dongnelibrary'); dl.search({ title: 'javascript', libraryName: ['여주','판교'] }, function (err, book) { console.log(book.libraryName + ' "' + book.title + '"'); book.booklist.forEach(function (book) { console.log((book.exist?' ✓ ':' ✖ ') +' '+ book.title); }); }, function (err, books) { console.log(books.length + ' 개의 도서관을 검색했습니다.'); });

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

dongnelibrary v0.2.3

책을 빌릴 수 있는지 확인한다.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free