- OpenAI Account
- Google Custom Search Engine API key
- Shopify API Key with article permissions
- (Optional) Unsplash API Key
Create a .env file with the following:
OPENAI_API_KEY=<OpenAI API Key>
SHOP=<Shopify store URL>
SHOP_API_KEY=<Shopify store API Key>
UNSPLASH_API_KEY=<Unsplash API Key>
GOOGLE_SEARCH_API_KEY=<Custom search engine API Key>
GOOGLE_SEARCH_ENGINE_ID=<Custom Search engine ID>
BLOG_AUTHOR=<Your name>
node index.js