Skip to content

Commit ec24132

Browse files
authored
polish readme (#10)
1 parent f48372d commit ec24132

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Framer Server API Examples
1+
<h1 align="center" margin="0">
2+
<img width="200" src="https://misc.framerstatic.com/framer-api/package-logo.svg">
3+
</h1>
4+
<h3 align="center" style="margin: 0;">
5+
Framer Server API Examples
6+
</h3>
27

3-
This repository contains examples for the Framer Server API. Each example is a standalone project that can be run independently.
8+
<br>
9+
10+
![plugins](https://misc.framerstatic.com/hunter/plugin-asset.png)
11+
12+
This repository contains [examples](./examples) for the Framer Server API. Each example is a standalone project that can be run independently.
413

514
## How to run examples
615

@@ -32,3 +41,15 @@ You can also use the environment variable `FRAMER_API_KEY` to set the API key an
3241
```ts
3342
using framer = await connect(projectUrl);
3443
```
44+
45+
## Documentation
46+
47+
- [Introduction](https://www.framer.com/developers/server-api-introduction)
48+
- [Quick Start](https://www.framer.com/developers/server-api-quick-start)
49+
- [Reference](https://www.framer.com/developers/server-api-reference)
50+
- [FAQ](https://www.framer.com/developers/server-api-faq)
51+
- [framer-api on npm](https://www.npmjs.com/package/framer-api)
52+
53+
## Feedback
54+
55+
Have questions or feedback? Email us at <server-api-feedback@framer.com>

0 commit comments

Comments
 (0)