Giter Club home page Giter Club logo

flibusta-api's People

Contributors

antiss11 avatar nem4 avatar ynhhoj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

antiss11 nem4

flibusta-api's Issues

Undefined returning and errors

The problem is null returns in 2 cases: when error has place and no books in results. So there is no ways to separate errors and empty search results.

Add getBookCover by book id

As i observed, flibusta covers image are saved in a certain way:
{flibusta-site}/i/y/xy/cover.jpg

Ex 1:
http://flibusta.is/i/2/420802/cover.jpg

Proposed book id: 420802
x: 4208
y: 02

If y always contains two digits (20, 01, 47), but if it has 0 at start, it's omited.

Ex 2:
http://flibusta.is/i/28/493328/cover.jpg

Proposed book id: 493328
x: 4933
y: 28

TypeError: FlibustaAPI is not a constructor

My script is quite simple one. But I cannot execute it.

search.js file:

import FlibustaAPI from 'flibusta';

(async () => {
  const flibustaApi = new FlibustaAPI();

  const searchAuthorsResult = await flibustaApi.getAuthors('Шерлок');
  
  console.log(JSON.stringify(searchAuthorsResult, undefined, 2));
})();

I always get an error TypeError: FlibustaAPI is not a constructor.
I use command node search.js to launch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.