An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more. Learn more →
Top 17 JavaScript Angularj Projects
-
-
Project mention: Programming an interface in English and French - what is the best way to handle this (php) | /r/learnprogramming | 2022-12-29
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
-
electron-release-server
A fully featured, self-hosted release server for electron applications, compatible with auto-updater.
-
Project mention: Anything you wish there was an open source solution for? | /r/selfhosted | 2023-05-16
-
OpenNote
OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.
-
DuckieTV
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
The only way to add a search engine to Dtv is to use it in combination with the Jackett app. The wiki at https://github.com/SchizoDuckie/DuckieTV/wiki/Using-Jackett-with-DuckieTV gives details.
-
zmNinja
High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder
Project mention: Child Pornography on Sale from Hacked Hikvision “Baby Monitor” Cameras | news.ycombinator.com | 2023-07-15If the camera is ONVIF compatible, and most Hikvision are, it should work with Zoneminder and its mobile Open Source app zmninja.
As for the cloud, if you have a public (not necessarily static) IP and your carrier doesn't filter incoming connections, you can use a dynamic DNS such as DuckDNS.
It is however always advisable to put any camera behind a firewall, so that whatever it could happen (compromised or not, it still runs a closed firmware) it can be restricted to a dedicated physical network with no access to any personal data.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
declare(strict_types=1); namespace Rocksheep\CatFacts; use Exception; use Http\Discovery\Psr17FactoryDiscovery; use Http\Discovery\Psr18ClientDiscovery; use JsonException; use Psr\Http\Client\ClientExceptionInterface; use Psr\Http\Client\ClientInterface; use Psr\Http\Message\RequestFactoryInterface; class HttpClient { private ClientInterface $client; private RequestFactoryInterface $requestFactory; protected string $baseUrl = 'https://cat-fact.herokuapp.com'; public function __construct( ?ClientInterface $client = null, ?RequestFactoryInterface $requestFactory = null ) { $this->client = $client ?: Psr18ClientDiscovery::find(); $this->requestFactory = $requestFactory ?: Psr17FactoryDiscovery::findRequestFactory(); } /** * @throws JsonException * @throws Exception */ public function sendRequest(string $method, string $uri): array { $request = $this->requestFactory->createRequest($method, sprintf('%s/%s', $this->baseUrl, ltrim($uri, '/'))); try { $response = $this->client->sendRequest($request); } catch (ClientExceptionInterface $e) { throw new Exception('Oh well'); } if ($response->getStatusCode() >= 400) { throw new Exception('Too bad'); } $responseBody = (string) $response->getBody(); return json_decode($responseBody, false, 512, JSON_THROW_ON_ERROR); } }
-
-
I suggest you look into pagermon, it is by far the best frontend for displaying, archiving and searching pages i have ever come across
-
In general, map.geo.admin.ch is great for planning hikes - you can choose the hiking trails overlay (as well as "closures hiking trails" - type in the search bar - to check all is OK. Clicking the little settings gear icon next to the map name in the sidebar gives you info on what it's showing), and use the "draw & measure on map" tool to see how long a given route would be.
-
-
Anchr
⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections
-
-
-
Programming-Language-Tutorials
✍️ Tutorials made while learning to code various web languages that myself or others can revert back to on their coding journey
-
I finally finished this library in AngularJS I've been working on. It is an AngularJS library that works with Bootstrap 5. It's kind of like UI Bootstrap. If you want to try it out you can get it from here It supports and adds convenience to:
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
JavaScript Angularjs related posts
- Help for traveling in Switzerland in September
- Help creating a five day itinerary in Switzerland
- How does my plan look?
- Help looking for elevated villages in Vaud/Valais
- Lets say I retire at 50 and start withdraw from roth ira and 401 at 50.. would that still count as income until 70 to not affect my social security at age 70?
- Social security question
- Do you take SS into account for your retirement income calculations?
-
A note from our sponsor - Amplication
amplication.com | 30 Sep 2023
Index
What are some of the best open-source Angularj projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | heatmap.js | 6,043 |
2 | angular-translate | 4,373 |
3 | electron-release-server | 1,931 |
4 | formio | 1,811 |
5 | OpenNote | 1,579 |
6 | DuckieTV | 1,079 |
7 | zmNinja | 933 |
8 | cat-facts | 366 |
9 | babel-plugin-angularjs-annotate | 244 |
10 | pagermon | 228 |
11 | Geoadmin | 227 |
12 | serviceportal-widget-library | 212 |
13 | Anchr | 207 |
14 | storybook-addon-angularjs | 63 |
15 | JavaScript-Guide | 35 |
16 | Programming-Language-Tutorials | 7 |
17 | angular-bootstrap-5 | 2 |