You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PDF Export |[jsPDF](https://github.com/parallax/jsPDF)| Client-side PDF generation |
91
92
@@ -181,6 +182,14 @@ Push to main → .github/workflows/static.yml → Live on GitHub Pages
181
182
-**Sign-in is optional.** Every feature works without an account.
182
183
-**Cloud saves are private.** If signed in, results are stored in your own Firestore collection.
183
184
185
+
## Inspiration
186
+
187
+
NetScope was inspired by several outstanding tools and services:
188
+
189
+
-**[DivergeIT Security Scanner](https://check.divergeit.com)** — Created by Connor Bescos and Brian Yeo. A major inspiration for NetScope's approach to client-side security scanning.
190
+
-**[Ookla Speedtest](https://www.speedtest.net)** — The gold standard for internet speed testing. Inspired the multi-connection speed test with animated gauges and jitter measurement.
191
+
-**[Have I Been Pwned](https://haveibeenpwned.com)** — Troy Hunt's pioneering breach notification service. NetScope uses HIBP's k-anonymity API for privacy-preserving password breach checks.
192
+
184
193
## License
185
194
186
195
This project is licensed under the [MIT License](LICENSE).
<pclass="about-text">NetScope was inspired by several outstanding tools and services:</p>
127
+
<ulclass="about-list">
128
+
<li><strong><ahref="https://check.divergeit.com" target="_blank" rel="noopener">DivergeIT Security Scanner</a></strong> — Created by Connor Bescos and Brian Yeo. A major inspiration for NetScope's approach to client-side security scanning.</li>
129
+
<li><strong><ahref="https://www.speedtest.net" target="_blank" rel="noopener">Ookla Speedtest</a></strong> — The gold standard for internet speed testing. Inspired NetScope's multi-connection speed test with animated gauges and jitter measurement.</li>
130
+
<li><strong><ahref="https://haveibeenpwned.com" target="_blank" rel="noopener">Have I Been Pwned</a></strong> — Troy Hunt's pioneering breach notification service. NetScope uses HIBP's k-anonymity API for privacy-preserving password breach checks.</li>
131
+
</ul>
132
+
</section>
133
+
124
134
<sectionclass="card card--wide reveal">
125
135
<h2class="about-heading">Open Source</h2>
126
136
<pclass="about-text">NetScope is open source under the MIT License. Contributions, issues, and forks are welcome.</p>
0 commit comments