Popularity
1.3
Declining
Activity
0.0
Stable
2
2
0

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text     Web     Language     API     Google     Isbn    
Latest version: v1.0.3

google-isbn alternatives and similar packages

Based on the "web" category.
Alternatively, view google-isbn alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of google-isbn or a related project?

Add another 'web' Package

README

Basic utility to search an ISBN using the Google Books webservice

{-# LANGUAGE OverloadedStrings #-}

import Google.ISBN

main :: IO ()
main = print $ googleISBN (ISBN "9782757843260")