Skip to content

Commit 37c6ce0

Browse files
committed
updated readme 🥳
1 parent 0e8cde1 commit 37c6ce0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

‎README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
<div style="text-align:center">
2-
3-
# Laravel Notion API
4-
## Effortless Notion integrations with Laravel
1+
<h1 align="center"> Laravel Notion API</h1>
2+
<h2 align="center"> Effortless Notion integrations with Laravel</h2>
53

4+
<p align="center">
5+
<img src="https://5amco.de/images/5am.png" width="200" height="200">
6+
</p>
67

78
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fiveam-code/laravel-notion-api.svg?style=flat-square)](https://packagist.org/packages/fiveam-code/laravel-notion-api)
89
[![Total Downloads](https://img.shields.io/packagist/dt/fiveam-code/laravel-notion-api.svg?style=flat-square)](https://packagist.org/packages/fiveam-code/laravel-notion-api)
910

1011
[comment]: <> (![GitHub Actions]&#40;https://github.com/fiveam-code/laravel-notion-api/actions/workflows/main.yml/badge.svg&#41;)
1112

12-
<img src="https://5amco.de/images/5am.png" style="width:300px; height:auto;">
13-
14-
</div>
15-
1613
5amcode proudly presents its first Laravel specific package - a wrapper for the Notion API!
17-
This package will provide a simple and crisp way to access the various Notion API endpoints, query data
18-
and manipulate entries.
14+
This package will provide a simple and crisp way to access the various Notion API endpoints, query data and manipulate
15+
entries.
1916

2017
### Important note!
18+
2119
This package is in an early stage and receives continuious improvements. DO NOT USE IN PRODUCTION.
2220

2321
## Installation
@@ -28,18 +26,21 @@ You can install the package via composer:
2826
composer require fiveam-code/laravel-notion-api
2927
```
3028

31-
Get your Notion API access token like explained in [their documentation](https://developers.notion.com/).
32-
It's also important to grant access to the integration within your Notion pages, which is described in Notions docs as well.
29+
Get your Notion API access token like explained in [their documentation](https://developers.notion.com/). It's also
30+
important to grant access to the integration within your Notion pages, which is described in Notions docs as well.
3331

3432
Add a new entry to your `.env` like the following:
33+
3534
```
3635
NOTION_API_TOKEN="$YOUR_ACCESS_TOKEN"
3736
```
3837

3938
And you're ready to go!
4039

4140
## Usage
42-
It's too early for a documentation, so we collected some working examples in our [Notion Workspace](https://www.notion.so/5amcode/Working-Examples-813998dab4244158b51ea3b25b420c60).
41+
42+
It's too early for a documentation, so we collected some working examples in
43+
our [Notion Workspace](https://www.notion.so/5amcode/Working-Examples-813998dab4244158b51ea3b25b420c60).
4344

4445
### Testing
4546

@@ -61,14 +62,13 @@ If you discover any security related issues, please email [email protected] ins
6162

6263
## Credits
6364

64-
- [Diana Scharf](https://github.com/mechelon)
65-
- [Johannes Güntner](https://github.com/johguentner)
65+
- [Diana Scharf](https://github.com/mechelon)
66+
- [Johannes Güntner](https://github.com/johguentner)
6667

6768
## License
6869

6970
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
7071

71-
72-
7372
## Laravel Package Boilerplate
73+
7474
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

0 commit comments

Comments
 (0)