Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucko/paste-language-detection
https://github.com/lucko/paste-language-detection
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucko/paste-language-detection
- Owner: lucko
- License: mit
- Created: 2023-12-23T00:23:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T00:28:07.000Z (11 months ago)
- Last Synced: 2024-05-01T21:21:32.516Z (7 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# paste-language-detection
A tiny HTTP webservice which can detect the programming language used in a [paste](https://github.com/lucko/paste).
Uses the [VS Code language detection module](https://github.com/microsoft/vscode-languagedetection) which rather conveniently has been open sourced as a standalone project. :)