-
Notifications
You must be signed in to change notification settings - Fork 0
docs: update README with additional badges for API key, documentation, Postman collection, TypeScript, and Prettier #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@astro-api/astroapi-typescript": patch | ||
| --- | ||
|
|
||
| Add promotional and technical badges to README (Get API Key, API Documentation, Postman Collection, TypeScript version, Prettier code style) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,9 +1,15 @@ | ||||||
| ## Astrology API TypeScript SDK | ||||||
|
|
||||||
| [](https://dashboard.astrology-api.io/) | ||||||
| [](https://api.astrology-api.io/rapidoc) | ||||||
| [](https://api.astrology-api.io/best-astrology-api-postman.json) | ||||||
|
|
||||||
| [](https://github.com/astro-api/astroapi-typescript/actions/workflows/ci.yml) | ||||||
| [](https://www.npmjs.com/package/@astro-api/astroapi-typescript) | ||||||
| [](https://www.npmjs.com/package/@astro-api/astroapi-typescript) | ||||||
| [](https://opensource.org/licenses/MIT) | ||||||
| []() | ||||||
|
||||||
| []() | |
| [](https://www.typescriptlang.org/) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ export default { | |
| ], | ||
| ], | ||
| 'subject-case': [2, 'never', ['start-case', 'pascal-case', 'upper-case']], | ||
| 'header-max-length': [2, 'always', 100], | ||
| 'header-max-length': [2, 'always', 255], | ||
|
||
| 'body-max-line-length': [0, 'always', Infinity], | ||
| }, | ||
| }; | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Badge styling is currently mixed: the new badges use
style=for-the-badgewhile the existing CI/npm/license badges use the default shields style. Consider using a consistent shields style across all badges (either removestyle=for-the-badgefrom the new ones or apply it to the existing ones) to avoid inconsistent sizing/visual layout.