Popularity
0.8
Declining
Activity
0.0
Stable
2
1
0
Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
web-routes-boomerang
Support for using boomerang with web-routes to create type-safe URLs -
web-routes-th
Support for deriving web-routes PathInfo using Template Haskell -
web-routes-happstack
Happstack support for type-safe URLs using web-routes -
web-routes-hsp
Support for using type-safe URLs in HSP templates -
web-routes-regular
generate parsers/printers for web-routes using the regular generics library -
web-routes-wai
Support for type-safe URLs using web-routes and WAI
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
Do you think we are missing an alternative of google-isbn or a related project?
README
Basic utility to search an ISBN using the Google Books webservice
{-# LANGUAGE OverloadedStrings #-}
import Google.ISBN
main :: IO ()
main = print $ googleISBN (ISBN "9782757843260")