TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Subscribely: Create your subscription site using our boilerplate (Stripe-ready)

60 点作者 wolfparade将近 13 年前

5 条评论

lost-theory将近 13 年前
Neat. I built something similar, it's a Flask blueprint for doing stripe charges/subscriptions:<p><a href="https://bitbucket.org/lost_theory/flask-stripe-blueprint" rel="nofollow">https://bitbucket.org/lost_theory/flask-stripe-blueprint</a><p>It's meant to be integrated into an existing flask application (just override &#38; instantiate the blueprint, then mount it on your app).
bemmu将近 13 年前
Thanks for sharing, I can't believe all this time I wasn't aware templates have {% extends %} and {%block ...%}.<p>Compared to the Candy Japan codebase, this code is cleaner, but seems only to be the sign-up part? I wonder if you have some extra scripts you run when fulfillment day comes.
marcamillion将近 13 年前
Would love a Ruby version of this.
评论 #4220242 未加载
评论 #4221448 未加载
yahelc将近 13 年前
Could not be timed more perfectly. Was just about to start a subscription service for the API on <a href="http://sharedcount.com" rel="nofollow">http://sharedcount.com</a><p>Thanks for open sourcing this!
yashchandra将近 13 年前
This is great. I am a Flask fan and was looking to build something like this. Will definitely try it out.