https://github.com/chancedira/weather-chatgpt-plugin
Plugin for searching weather condition using ChatGPT. Realtime data
https://github.com/chancedira/weather-chatgpt-plugin
chatgpt chatgpt-plugins nodejs openai openapi-specification
Last synced: 4 months ago
JSON representation
Plugin for searching weather condition using ChatGPT. Realtime data
- Host: GitHub
- URL: https://github.com/chancedira/weather-chatgpt-plugin
- Owner: chanceDira
- Created: 2023-05-19T05:09:38.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-19T07:40:24.000Z (about 3 years ago)
- Last Synced: 2025-01-18T08:45:23.183Z (over 1 year ago)
- Topics: chatgpt, chatgpt-plugins, nodejs, openai, openapi-specification
- Language: JavaScript
- Homepage: https://funny-blue-dibbler.cyclic.app/.well-known/ai-plugin.json
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
#### Weather Chat Gpt Plugin
## Introduction
Plugin for searching weather condition using ChatGPT. Realtime data
## How to run
To run this project on your local machine make sure that all the following are checked
- [ ] Nodejs installed on your computer ([MacOS](https://nodejs.org/en/download/), [Windows](https://nodejs.org/en/download/), [Linux](https://nodejs.org/en/download/))
- [ ] Git installed on your computer
Use the following commands to get started with the project
```js
git clone https://github.com/chanceDira/weather-chatgpt-plugin.git
cd weather-chatgpt-plugin
npm install
npm run dev
open http://localhost:4000
```
## Technologies
To successfully navigate the codebase of the project, you will need undertanding of the following technologies that are being used to develop this application:
- NodeJs
- Javascript
- Open Weather Map API
## Live link
[here](https://funny-blue-dibbler.cyclic.app/.well-known/ai-plugin.json)