WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ebeaf33

Browse files
authored
npm: publish new readme (#2098)
* fix: togetherAi metering * npm: publish new readme * Revert "fix: togetherAi metering" This reverts commit 2b3eb76.
1 parent 2db3331 commit ebeaf33

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

src/puter-js/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ puter.ai.chat('What color was Napoleon\'s white horse?').then(response => {
8888

8989
<br>
9090

91+
## Starter Templates
92+
93+
You can also use one of the following templates:
94+
95+
- Client-side projects: [Angular](https://github.com/HeyPuter/angular), [React](https://github.com/HeyPuter/react), [Next.js](https://github.com/HeyPuter/next.js), [Vue.js](https://github.com/HeyPuter/vue.js), [Vanilla.js](https://github.com/HeyPuter/vanilla.js)
96+
- Node.js + Express: [Node.js + Express template](https://github.com/HeyPuter/node.js-express.js)
97+
98+
<br>
99+
91100
## Setting Custom Origins
92101
By default puter.js uses the official Puter API and GUI origins. You can customize these origins by setting global variables before importing the SDK like so:
93102

src/puter-js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/puter-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heyputer/puter.js",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
55
"main": "src/index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)