Coder Social home page Coder Social logo

giuse94 / treccanisearch Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 27 KB

This repository hosts the source code of the "Ricerca su Treccani" Firefox extension, which lets you search the Treccani online corpus directly from the browser address bar.

Home Page: https://addons.mozilla.org/it/firefox/addon/ricerca-su-treccani/

License: The Unlicense

HTML 8.99% TypeScript 91.01%
firefox-extension typescript

treccanisearch's Introduction

About

This repository hosts the source code of the "Ricerca su Treccani" Firefox extension, which lets you search the Treccani online corpus directly from the browser address bar.

Building the extension from source

Source code built on Windows 10 Home Edition, version 22H2 (build 19045.3930), using the following tools:

  • Node.js version 20.11.1;
  • npm version 10.2.4;
  • TypeScript version 5.4.2;
  • @types/firefox-webext-browser package version 120.0.2.

You should be able to build the project on other platforms and with different versions, too. However, TypeScript 3.7 or higher is required as optional property access (?.) and nullish coalescing (??) operators are used.

Prerequisites

To build this project, you first need to download and install Node.js (which includes npm), TypeScript and optionally Git. For more information on how to install these tools, please see the links above.

Get the code

Download this repository or clone it with Git: git clone https://github.com/giuse94/TreccaniSearch.git. If you opted for the download, unzip the folder (extract its content) in a folder of your choice.

Build the project

Open your favourite terminal and set the ts folder (which you find inside the folder you created in the previous step) as your working directory. Download and install this package via npm: npm install @types/firefox-webext-browser. Now you can build the project by simply running tsc. As a result, the package folder will be filled with the JavaScript files you need to run the extension in your browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.