Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blossom-babs/exercise-rubix
An API for resizing image to thumbanil sized
https://github.com/blossom-babs/exercise-rubix
expressjs jasmine jasmine-framework jasmine-tests typescript
Last synced: 6 days ago
JSON representation
An API for resizing image to thumbanil sized
- Host: GitHub
- URL: https://github.com/blossom-babs/exercise-rubix
- Owner: blossom-babs
- Created: 2022-03-08T05:10:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T13:57:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T22:41:18.453Z (2 months ago)
- Topics: expressjs, jasmine, jasmine-framework, jasmine-tests, typescript
- Language: JavaScript
- Homepage: https://github.com/blossom-babs/exercise-rubix
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rubix
Rubix is an image processing api that resizes any format of image [.jpeg, .jpg, .png] to a thumbnail sized image
> resized images are saved in the ./assets/resized/ folder## Bootstrapped with
1. [Typescript](https://www.typescriptlang.org/)
2. [Jasmine framework for testing](https://jasmine.github.io/)
3. [eslint linter](https://eslint.org/)
4. [Prettier code formatter](https://prettier.io/)## Getting started
```
$ git clone https://github.com/blossom-babs/exercise-rubix
$ cd exercise-rubix
$ npm install
$ npm run build
```
If you want to contribute, before any of the steps above, you would need to __fork__ this project first.
You're ready to hack (and | or contribute) ✌️## Endpoints
1. GET /
> resized images are saved in the ./assets/resized/ folder## 🤝 Contributing
Contributions, issues and feature requests are welcome!## Authors
🌸 __Blossom__
- Github: [@blossom-babs](https://github.com/blossom-babs/)
- LinkedIn: [Blossom Babalola](https://www.linkedin.com/in/blossom-babalola/)
- Twitter: [@BlossomBabalola](https://twitter.com/BlossomBabalola)### Show your support
- Give a ⭐ if you like this project
- [Buy me a coffee](https://www.buymeacoffee.com/blossombabs)