Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schroedinger-hat/open-source-wrapped
Don't we just love Spotify Wrapped? Well, here's the same concept applied to Open Source on Github :3
https://github.com/schroedinger-hat/open-source-wrapped
developer-experience github-wrapped wrapped
Last synced: 3 months ago
JSON representation
Don't we just love Spotify Wrapped? Well, here's the same concept applied to Open Source on Github :3
- Host: GitHub
- URL: https://github.com/schroedinger-hat/open-source-wrapped
- Owner: Schroedinger-Hat
- License: mit
- Created: 2022-12-07T14:09:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T10:27:01.000Z (about 1 year ago)
- Last Synced: 2024-10-24T13:58:39.244Z (4 months ago)
- Topics: developer-experience, github-wrapped, wrapped
- Language: TypeScript
- Homepage: https://wrapped.schrodinger-hat.it/
- Size: 1.75 MB
- Stars: 23
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Source Wrapped with ❤️ by Schrodinger's Hat
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
Table of Contents
## About The Project
This is the repository of the application Open Source Wrapped, a Spotify Wrapped Cameo to Open Source development
### Tech stack
- [Next.js](https://nextjs.org/)
- [Next Auth](https://next-auth.js.org/)## Usage
- Create an OAuth App on [GitHub](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app) in order to enable login with GitHub
- Create `.env.local` file with all the necessary infos, see `.env.example`
- Install the dependencies with ```npm ci``` or ```yarn```
- Run the development server with ```npm run dev``` or ```yarn dev```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can change the port with `--port`flag.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!## Contact
Schrodinger's Hat Team - [@schrodinger_hat](mailto:[email protected])
[contributors-shield]: https://img.shields.io/github/contributors/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[contributors-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[forks-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/network/members
[stars-shield]: https://img.shields.io/github/stars/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[stars-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/stargazers
[issues-shield]: https://img.shields.io/github/issues/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[issues-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/issues