UNPKG

google-book-shell

Version:

Search books on Google Books

8 lines (5 loc) 213 B
#!/usr/bin/env node // https://developer.atlassian.com/blog/2015/11/scripting-with-node/ const GoogleBookSearchShell = require('./GoogleBookSearchShell'); const shell = new GoogleBookSearchShell(); shell.run();