forcequit / plugin-weather

Home Page:https://plugin-weather.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express WeatherGPT Plugin Template

weathergpt

This starter ChatGPT Plugin template allows you to use Express on Vercel with Serverless Functions and PluginLab.

To use it, you only have to follow the steps on PluginLab. PluginLab will let you configure and manage your plugin OAS and manifest files.

The other advantage of using PluginLab is that you will be able to configure OAuth and Monetization for your ChatGPT plugin in 5 minutes.

How it works

  • Get a free weather api key.
  • Go to PluginLab.
  • Click on "Create Plugin" and select this template.
  • Follow the deployment steps.
  • Enjoy your plugin!

Running Locally using Vercel

export WEATHER_API_KEY=<your_weather_api_key>
npm i -g vercel
vercel dev

Your node application is now available at http://localhost:3000.

Adding Authentication

You can add authentication to this plugin in a few clicks by using PluginLab. Please check our documentation about authenticating users.

Adding Monetization

You can add monetization to this plugin in a few clicks by using PluginLab. Please check our documentation about monetizing your plugin.

About

https://plugin-weather.vercel.app


Languages

Language:JavaScript 100.0%