-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# fullstack books | ||
|
||
[![main](https://github.com/FullStackBulletin/fullstack-books/actions/workflows/test.yaml/badge.svg)](https://github.com/FullStackBulletin/fullstack-books/actions/workflows/test.yaml) | ||
![ts](https://badgen.net/badge/Built%20With/TypeScript/blue) | ||
|
||
|
||
A static API to discover inspiring books for ambitious full-stack developers | ||
|
||
|
||
|
||
## Usage | ||
|
||
The base URL of the API is `https://fullStackbulletin.github.io/fullstack-books`. | ||
|
||
API Documentation is available as OpenAPI specification: | ||
|
||
- [OpenAPI definition (YAML)](https://fullStackbulletin.github.io/fullstack-books/openapi.yml) | ||
- [OpenAPI definition (JSON)](https://fullStackbulletin.github.io/fullstack-books/openapi.json) | ||
|
||
[![Open API V3](https://img.shields.io/badge/open--API-in--editor-brightgreen.svg?style=flat&label=open-api-v3)](https://editor-next.swagger.io/?url=https%3A%2F%2FfullStackbulletin.github.io%2Ffullstack-books%2Fopenapi.yml) | ||
|
||
<!-- openapi --> | ||
<!-- openapi --> | ||
|
||
|
||
## Suggest a book | ||
|
||
TODO: | ||
|
||
If you want to suggest a new tech quote here's how you can do that. | ||
|
||
- [Fork this repository](https://github.com/FullStackBulletin/tech-quotes/fork) | ||
- Edit the file [`src/quotes.ts`](/src/quotes.ts) and append the new fact at the bottom (make sure to follow the spec provided by the specific TypeScript types). | ||
- Run `npm run test && npm run build` | ||
- If all looks good, commit your changes | ||
- Open a PR against the original repository | ||
|
||
|
||
## Contributing | ||
|
||
Everyone is very welcome to contribute to this project. | ||
You can contribute just by submitting bugs or suggesting improvements by | ||
[opening an issue on GitHub](https://github.com/FullStackBulletin/fullstack-books/issues). | ||
|
||
|
||
## License | ||
|
||
Licensed under [MIT License](LICENSE). © Luciano Mammino. |