Skip to content

Commit cd4b758

Browse files
committed
Standardize README header
1 parent e9a1cc9 commit cd4b758

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# igdb-wrapper
1+
<h1 align="center">@api-wrappers/igdb-wrapper</h1>
22

3-
[![npm version](https://img.shields.io/npm/v/@api-wrappers/igdb-wrapper?color=blue&logo=npm)](https://www.npmjs.com/package/@api-wrappers/igdb-wrapper)
4-
[![npm downloads](https://img.shields.io/npm/dm/@api-wrappers/igdb-wrapper?color=blue&logo=npm)](https://www.npmjs.com/package/@api-wrappers/igdb-wrapper)
5-
[![license](https://img.shields.io/github/license/Api-Wrappers/igdb-wrapper?color=green)](https://github.com/Api-Wrappers/igdb-wrapper/blob/main/LICENSE)
6-
[![CI](https://img.shields.io/github/actions/workflow/status/Api-Wrappers/igdb-wrapper/ci.yml?branch=main)](https://github.com/Api-Wrappers/igdb-wrapper/actions)
7-
![GitHub Repo stars](https://img.shields.io/github/stars/api-wrappers/igdb-wrapper)
3+
<p align="center">
4+
A type-safe TypeScript client for the <a href="https://api.igdb.com">IGDB API</a>.
5+
</p>
86

9-
A type-safe TypeScript client for the [IGDB API](https://api.igdb.com) with a fluent query builder, automatic OAuth token handling, retries, and IGDB-friendly rate limiting.
7+
<p align="center">
8+
<a href="https://www.npmjs.com/package/@api-wrappers/igdb-wrapper"><img alt="npm version" src="https://img.shields.io/npm/v/@api-wrappers/igdb-wrapper"></a>
9+
<a href="https://www.npmjs.com/package/@api-wrappers/igdb-wrapper"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@api-wrappers/igdb-wrapper"></a>
10+
<a href="https://github.com/Api-Wrappers/igdb-wrapper/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/npm/l/@api-wrappers/igdb-wrapper"></a>
11+
<a href="https://github.com/Api-Wrappers/igdb-wrapper/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/Api-Wrappers/igdb-wrapper/actions/workflows/ci.yml/badge.svg"></a>
12+
<a href="https://github.com/Api-Wrappers/igdb-wrapper/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/api-wrappers/igdb-wrapper"></a>
13+
</p>
1014

1115
The package is built for the way IGDB is normally used: start with a typed query, shape the fields you want, drop to raw APICalypse only when you need to, and keep your app code readable.
1216

0 commit comments

Comments
 (0)