Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
price-tracker
зеркало из
https://github.com/mozilla/price-tracker.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули price-tracker
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
dbf9036fc8
price-tracker
/
.gitignore
6 строки
57 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add basic scaffolding for a sidebar extension, README, etc.
2018-06-28 07:02:31 +03:00
node_modules
web-ext-artifacts
Add webpack as a build tool. We plan on using React/JSX in the future, so webpack is almost a given.
2018-06-30 01:11:29 +03:00
build
Fix #28: Add Firefox/Marionette/Tape-based test suite. Adds an automated test suite that runs JS tests using Tape. The tests are run in Firefox using the remote code execution capabilities of Marionette. Marionette's only well-maintained client is in Python, so we also have to add Python dependencies, including a Pipfile. bin/run_tests.py contains most of the plumbing for getting the test JS running, including bundling it with Webpack, launching Firefox, and formatting the output.
2018-07-23 12:05:53 +03:00
gecko.log
#36: Update rules for better accuracy. These rules and coefficients yield the following accuracy based on a training corpus of 50 product pages from our top 5 sites (Amazon, Ebay, Walmart, Best Buy and Home Depot): * 100% for product 'image' * 96% for product 'title' * 94% for product 'price' Product 'price' and 'title' features have proximity rules based on the highest scoring product 'image' element. For now, this is done by accessing the image fnode using an internal '_ruleset' object; @erikrose is working on better support for this use case in the very near future, so this implementation can be improved at that time.
2018-08-10 08:16:32 +03:00
.DS_Store