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

tuer

v0.3.2

Published

tuer.me,a diary web site

Downloads

47

Readme

tuer.me

配置说明:

git clone https://github.com/xiaojue/tuer.me.git

sudo npm install -d把依赖模块全部安装好,或者用root用户,因为有些是需要比较高的权限的

确认本机有安装redis-server,mongodb,nginx,nginx concat这几个东西并且已经启动.

nginx的配置如下,本地路径记得自行修改,并把hosts修改,把tuer.me这几个域名指向本地127.0.0.1

./nginx -s reload 重新加载配置文件,无报错则成功。

配置mongodb,打开model目录,./mongo 127.0.0.1:10001/node-mongo-tuer init.js执行命令进行数据库初始化

请确保mongo在10001端口可访问,也可以根据配置自行修改model/base.js最后一行的ip和端口号

然后node app.js 看到服务正常启动,访问tuer.me就可以进行调试开发了。

数据库开始为空,注册需要依赖本地的sendMail,如果本机不安装sendMail,则注册,找回密码,删回复等功能会报错

可以自行注释相关代码,并在数据库中手动增加用户即可。

默认会有一个测试账户,在init.js中被添加 用户名[email protected] 密码1234qwer