Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

3RDPARTY.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

Third party open source libraries used

github.com/nicklaw5/helix

nicklaw5/helix is used for making requests to the Twitch API.
nicklaw5/helix is licensed under the MIT License.

github.com/go-chi/chi

go-chi/chi is used for routing for the api we serve.
go-chi/chi is licensed under the MIT license.

github.com/patrickmn/go-cache

patrickmn/go-cache is an in-memory key:value store with easy expirations. We use this for caching most things we serve.
patrickmn/go-cache is licesed under the MIT License.

github.com/PuerkitoBio/goquery

PuerkitoBio/goquery is used for parsing HTML on websites we crawl for the API. We try to get a websites title to serve to the user as a preview.
PuerkitoBio/goquery is licensed under the BSD 3-Clause "New" or "Revised" license.

github.com/googleapis/google-api-go-client

googleapis/google-api-go-client is used to optionally fetch smarter information about youtube links in chat.
googleapis/google-api-go-client is licensed under the BSD 3-Clause "New" or "Revised" license.