JSPM

@aasaam/information

0.0.24
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 65
  • Score
    100M100P100Q76995F
  • License CC-BY-NC-4.0

information and logo of aasaam software development group

Package Exports

  • @aasaam/information

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aasaam/information) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

information

aasaam

travis dependencies dev-dependencies vulnerabilities

open-issues open-pull-requests npm npm

aasaam

This repository contain aasaam:

Usage

Node.js

You can use it to grab latest information of aasaam organization.

Add this dependency/devDependencies into your package.json

{
  "dependencies": {
    "@aasaam/information": "^0"
  }
}
const { languages, Organization } = require('@aasaam/information');

console.log(languages); // array of supported languages ['ar', 'de', ...]
console.log(Organization.en); // dump english version of organization detail

Raw from github page

curl -s https://aasaam.github.io/information/info/en/Organization.json | jq

Build

You will need to install node.js, inkscape, imagemagick and pngquant.

# install tools
sudo apt-get install inkscape imagemagick pngquant

# build icons
npm run build:icons

# build information
npm run build:info

Tools

We use this tools for create logos and optimize them.