Module: BlackStack

Defined in:
lib/openai-scraper.rb

Overview

def get_current_weather(location:, unit: “fahrenheit”)

# use a weather api to fetch weather
{ "temperature": 22, "unit": "celsius", "description": "Sunny" }

end

def wl(url)

BlackStack::OpenAIScraper.wl(url)

end

Defined Under Namespace

Modules: OpenAIScraper