packages feed

haskell-fake-user-agent-0.0.2: README.md

FAKE USER AGENT STRING
----------------------

Very simple library downloading current user agent strings from http://useragentstring.com

HOW TO USE
----------

# getBrowserStrings :: String -> IO [String]

returns a list of user agent strings for a given browser, where browser may be "Chrome", "Firefox", etc. (see http://useragentstring.com for the list of browsers)

# getLatestBrowserString :: String -> IO String

returns a head of the above list