Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novuhq/json-to-typescript-chatgpt
https://github.com/novuhq/json-to-typescript-chatgpt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novuhq/json-to-typescript-chatgpt
- Owner: novuhq
- Created: 2023-03-06T09:16:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:14:37.000Z (11 months ago)
- Last Synced: 2024-02-29T21:30:20.395Z (11 months ago)
- Language: JavaScript
- Size: 361 KB
- Stars: 75
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Novu JSON-to-Typescript with ChatGPT
This is a simple library build with NODEJS, React and OpenAI (chatgpt).
You can see how we built it here :)
https://dev.to/novu/building-a-json-to-typescript-converter-with-react-nodejs-and-chatgpt-46p2
Help us out by starring this repo.
## Install the server and run it
```sh
cd server
npm install
node index.js
```## Install the client and run it
```sh
cd client
npm install
npm run start
```## ๐ค Contributing
[Please check our Contribution guide to get started!](https://github.com/linvo-io/linvo-scraper/blob/main/CONTRIBUTING.md)
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/novuhq/json-to-typescript/issues).
* Fork the repository, Clone it on your device. That's it ๐
* Finally make a pull request :)## ๐ License
This project is [MIT License](https://opensource.org/licenses/MIT) licensed.
## ๐ฑ Who made this project
This project was made by [Novu](https://github.com/novuhq/novu/) - The open-source notification infrastructure for developers.
Using the Novu API and admin panel, you can easily add a real-time notification center to your web app without building it yourself.
You can use our React / Vue / Angular component or an iframe embed.
Read more about how to add a notification center to your app with the Novu API [here](https://docs.novu.co/notification-center/getting-started)
React Component
ยท Vue Component
ยท Angular Component
***