feature: add DuckDuckGo weather and stock widget extractors #44
Reference in New Issue
Block a user
Delete Branch "feature/duckduckgo-widgets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GetWeather()andGetStockQuote()methods to the DuckDuckGo site extractorGetStockChart()for screenshotting stock chart widgets with period selectionWeatherData,DayForecast,StockData, andStockPeriodtypesCloses #25
Closes #26
Parent: #31 (PR 13 of 17)
Test plan
go build ./...passesgo test ./...passes (including new mock-based tests)go vet ./...passes