This API gives data very slowly when you search ! So the screen might remain blank when fetching search results for one or two seconds.
Get an Open Library here --
https://openlibrary.org/developers/api
this is absolutely free to use as many time as you want ! no restrictions on calling !
- Node.js (version 14 or later) and npm (or yarn) installed on your system. You can verify this by running
node -v
andnpm -v
(oryarn -v
) in your terminal.
git clone https://github.com/ArunavaCoderEm/novelnest.git
cd novelnest
npm install
OR IF YOU PREFER YARN
yarn install
npm run dev
OR IF YOU PREFER YARN
yarn dev
This will start the development server at http://localhost:3000 by default.
npm run build
OR IF YOU PREFER YARN
yarn build
This will create an optimized production build in the dist folder, ready for deployment to a web server.
To use the Openlibrary API, you'll need a free API link. Obtain one from Openlibrary website.
- Enter your desired books or keywords in the search bar.
- Click the "Go" button or press Enter to initiate the search using the Openlibrary API link.
- NovelNest will display a list of matching books along with relevant information.
- Click on "Get Details that will land you in a new page showing several details about that book.
We welcome contributions to FoodiFy! Please refer to the CONTRIBUTING.md file for guidelines on creating pull requests, code style, and testing practices.
This project is licensed under the MIT License (see LICENSE file).