{"id":20677727,"url":"https://github.com/candidj/blend-api","last_synced_at":"2025-08-10T00:08:09.992Z","repository":{"id":41609456,"uuid":"253434684","full_name":"candidJ/blend-api","owner":"candidJ","description":"Blend API is an Angular Monorepo. It blends in real-time data for weather forecast, quotes and hacker news with a touch of inspiration.","archived":false,"fork":false,"pushed_at":"2024-05-07T22:23:01.000Z","size":3477,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T06:04:35.497Z","etag":null,"topics":["angular","angular-calculator","angular-hacker-news-app","angular-quotes-app","angular-signals","angular-weather-app","angular17","bulma-css","hacker-news-clone","javascript","ng-weather-app","typescript","weather-open-api"],"latest_commit_sha":null,"homepage":"https://blend-api.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/candidJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-06T08:09:36.000Z","updated_at":"2024-06-09T20:42:59.000Z","dependencies_parsed_at":"2025-04-22T00:16:21.462Z","dependency_job_id":null,"html_url":"https://github.com/candidJ/blend-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/candidJ/blend-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candidJ%2Fblend-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candidJ%2Fblend-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candidJ%2Fblend-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candidJ%2Fblend-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/candidJ","download_url":"https://codeload.github.com/candidJ/blend-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candidJ%2Fblend-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269655032,"owners_count":24454363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-calculator","angular-hacker-news-app","angular-quotes-app","angular-signals","angular-weather-app","angular17","bulma-css","hacker-news-clone","javascript","ng-weather-app","typescript","weather-open-api"],"created_at":"2024-11-16T21:16:52.806Z","updated_at":"2025-08-10T00:08:09.773Z","avatar_url":"https://github.com/candidJ.png","language":"TypeScript","readme":"# Blend API :v:\n\n\u003e I've created an Angular monorepo that seamlessly integrates the following web applications:\n\n- Weather App\n- Hacker News App\n- Quotes App\n- Calculator App\n\n## Acknowledgments\n\nThe web application utilizes open-source APIs. I extend my _gratitude_ to the following contributors: :+1:\n\n- [OpenWeather](https://api.openweathermap.org/data/2.5/forecast) for Weather Forecast :cloud:.\n- [Unofficial HackerNews API](https://api.hackerwebapp.com/) for Hacker News :newspaper:.\n- [Quote Garden](https://quote-garden.onrender.com/api/v3/quotes/) for Life Quotes :pencil:.\n\n### Motivation\n\n- I created this side project during the COVID-19 pandemic to showcase and improve my web development and programming skills. It began as an 'Angular' Single Page Application (SPA) and later evolved into a monorepo, as most of my prior work had been for private clients.\n- Since embarking on my journey as a web developer, I hadn't pursued any hobby or side projects. This endeavor is my way of making up for lost time, where I aim to consolidate all the potential projects I could have undertaken into a single application.\n\nMy primary focus during development has always been on crafting code that is **modular**, **reusable**, and **robust**. I recognize that there is always room for improvement, and I welcome your feedback and code reviews.\n\n### Technologies and Tools Utilized\n\n- JS Framework:\n\n  - [Angular 17+](https://angular.io/docs):muscle:\n\n- CSS libraries:\n\n  - [Bulma](https://bulma.io/)\n\n- Icons:\n  - [FeatherIcons](https://feathericons.com/)\n  - [WeatherIcons](https://erikflowers.github.io/weather-icons/)\n\n### [BlendApi Graph Overview](./apps/BlendApiApp/src/assets/images/project-graph.png)\n\n## Project Milestones\n\n- [x] Version 1.0\n\n  - Weather Forecast :white_check_mark:\n  - Quotes :white_check_mark:\n  - Hacker News Clone :white_check_mark:\n  - Custom Pagination :white_check_mark:\n  - Custom Notification :white_check_mark:\n\n- [-] Version 2.0\n  - [x] Calculator :white_check_mark:\n  - High Level UML\n\n## Local Setup with Nx\n\n1. Install [Node](https://nodejs.org/en/) LTS version.\n\n   - Open a terminal and type `node -v` to check if Node is installed.\n\n2. Install [Angular CLI](https://angular.io/guide/setup-local) using `npm install -g @angular/cli`.\n\n3. Download or clone this monorepo.\n\n4. Navigate to the project root directory.\n\n5. Run `nx install` to install all project dependencies and generate the Nx workspace configuration.\n\n6. To start the app, run `nx serve` from the project root directory. The app will open at `http://localhost:4200/`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandidj%2Fblend-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcandidj%2Fblend-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandidj%2Fblend-api/lists"}