Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikhramts/metrify
A browser bookmarklet for converting imperial units to metric and vice versa
https://github.com/ikhramts/metrify
Last synced: 3 months ago
JSON representation
A browser bookmarklet for converting imperial units to metric and vice versa
- Host: GitHub
- URL: https://github.com/ikhramts/metrify
- Owner: ikhramts
- License: gpl-3.0
- Created: 2011-02-11T01:58:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T14:04:22.000Z (over 5 years ago)
- Last Synced: 2024-04-30T23:30:26.471Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
METRIFY AND IMPERIALIZE BOOKMARKLETS
====================================This readme is intended to help those who wish to change the bookmarlet
code. This used to be online at http://metrify.org/, but that domain expired long ago.Contents
--------This repository should contain:
- metrify.js, imperialize.js: the main code that performs the work. This
code is kept on the server; the users bookmark only a small snippet
that loads the appropriate JavaScript file to execute. This allows
to update the main bookmarklet logic without requiring the users
to update their bookmarks.- metrify-bookmarklet.js, imperialize-bookmarklet.js: contain the code
that the user stores in the bookmarks.- tests(.*).(html|js|css): test suites for the bookmarklets. Most of the
general tests and Metrify-specific tests are in tests.html; the tests
related to converting metric units to imperial are in
imperialize-tests.html.- index.html - convenient links to the rest of the files.