npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

qweather-icons

v1.6.0

Published

Open source weather SVG icons and fonts, for QWeather and all developers

Downloads

1,226

Readme

和风天气图标 QWeather Icons

English

和风天气图标是一个开源、漂亮的天气图标库,支持SVG和Web Font,兼容和风天气API,适用于任何需要天气图标的项目。

下载和安装

你可以通过多种方式下载和安装和风天气图标:

npm

npm i qweather-icons

CDN

<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/qweather-icons.css" rel="stylesheet">

下载.zip

如何使用

  • 在HTML中嵌入SVG
  • img中使用
  • 通过web font加载

如果你是和风天气开发者,图标和字体的命名与icon字段是一致的,因此你可以直接通过icon字段找到你需要的图标和字体。

具体使用方式请参考使用文档

设计文件

所有图标的设计资源可以在Figma中查看

开发

假设你已经拥有Node.js环境。克隆本项目到本地,并安装依赖。

git clone https://github.com/qwd/Icons.git
cd Icons
npm install

运行文档

npm run docs

在浏览器打开https://localhost:1313即可。

创建图标

npm run icons

其他scripts

请查看package.json

自定义图标

参考自定义文档

灵感

灵感来自Boogstrap Icons

许可

版权所属 QWeather

代码 MIT

图标 知识共享署名4.0

QWeather Icons

QWeather Icons is an open source, beautiful weather icon library that supports SVG and Web Font, compatible with QWeather API, and also works in any project that needs weather icons.

Install

npm

npm i qweather-icons

CDN

<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/qweather-icons.css" rel="stylesheet">

Or Download .zip

How to Use

  • Embedding SVG in HTML
  • Use img element
  • Loading via web font

For QWeather developers, the icons and fonts are named the same as the icon field, so you can find the icons and fonts you need directly through the icon field.

See Usage for more.

Design resources

All design resources for icons can be found in Figma.

Development

Assume you already have a Node.js environment. Clone this project locally and install the dependencies.

git clone https://github.com/qwd/Icons.git
cd Icons
npm install

Run docs server

npm run docs

Open https://localhost:1313 in your browser.

Build icons

npm run icons

Other scripts

See package.json for more.

Customize

See Customize for more.

Inspiration

Inspired by Boogstrap Icons

License

Copyright QWeather

Code for MIT

Icon for CC BY 4.0