├── LICENSE ├── README.md ├── openlibrary.js ├── test.html └── test.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onaclovtech/openlibrary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onaclovtech/openlibrary/HEAD/README.md -------------------------------------------------------------------------------- /openlibrary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onaclovtech/openlibrary/HEAD/openlibrary.js -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onaclovtech/openlibrary/HEAD/test.html -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onaclovtech/openlibrary/HEAD/test.js --------------------------------------------------------------------------------